#d54b33

Color #D54B33 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #D54B33

Tints of Trinidad #D54B33

Color information

#D54B33 (or 0xD54B33) is unknown color: approx Trinidad. HEX triplet: D5, 4B and 33. RGB value is (213,75,51). Sum of RGB (Red+Green+Blue) = 213+75+51=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54B33 is #2AB4CC. Grayscale: #717171. Windows color (decimal): -2798797 or 3361749. OLE color: 3361749.

HSL color Cylindrical-coordinate representation of color #D54B33: hue angle of 8.89º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D54B33 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB2137551-
CMYK00.650.760.16
HSL8.89º65.85%51.76%-
HSV(B)8.89º76.06%83.53%-
XYZ30.5519.425.27-
YUV113.5392.72198.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 62.83%
GREEN value IS 75 (29.69% from 255) = 22.12%
BLUE value IS 51 (20.31% from 255) = 15.04%
R=62.83%
G=22.12%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213755100.650.760.168.8965.8551.76
HexD54B330414C1094234
Octal325113630101114201110264
Binary1101010110010111100110100000110011001000010011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d54b33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d54b33; }

 p { color: rgb(213,75,51); }

 H1.HeaderClassName
 {
   color: #d54b33;
 }
 .AnyTagClassName
 {
   color: #d54b33;
 }
</style>
background-color css

<style>
 a { background-color: #d54b33; }

 a { background-color: rgb(213,75,51); }

 div.DivClassName
 {
   background-color: #d54b33;
 }
 .BgClassName
 {
   background-color: #d54b33;
 }
</style>
border-color css

<style>
 span { border-color: #d54b33; }

 span { border-color: rgb(213,75,51); }

 td.TdClassName
 {
   border-color: #d54b33;
 }
 .TagClassName
 {
   border-color: #d54b33;
 }
</style>