Html Css Color HEX #D04B20 Trinidad

📋 copy color: '#D04B20'

red 208 ◦ green 75 ◦ blue 32

#D04B20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trinidad #D04B20

Tints of Trinidad #D04B20

RGB

 RED value IS 208 (81.64% from 255) = 66.03%

 GREEN value IS 75 (29.69% from 255) = 23.81%

 BLUE value IS 32 (12.89% from 255) = 10.16%

R = 66.03%
G = 23.81%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D04B20 (or 0xD04B20) is known color: Trinidad. HEX triplet: D0, 4B and 20. RGB value is (208,75,32). Sum of RGB (Red+Green+Blue) = 208+75+32=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04B20 is #2FB4DF. Grayscale: #6E6E6E. Windows color (decimal): -3126496 or 2116560. OLE color: 2116560.

HSL color Cylindrical-coordinate representation of color #D04B20: hue angle of 14.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D04B20 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 75 32 -
CMYK 0 0.64 0.85 0.18
HSL 14.66º 0.73% 0.47% -
HSV(B) 14.66º 0.85% 0.82% -
XYZ 28.79 18.55 3.43 -
YUV 109.87 84.06 198 -
System Red Green Blue C M Y K H S L
Decimal 208 75 32 0 0.64 0.85 0.18 14.66 0.73 0.47
Hex D0 4B 20 0 40 55 12 F 49 2F
Octal 320 113 40 0 100 125 22 17 111 57
Binary 11010000 1001011 100000 0 1000000 1010101 10010 1111 1001001 101111

Color Harmonies of #D04B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04B20

Black with #D04B20

Text Example


Text Example

White with #D04B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04B20; }

 p { color: rgb(208,75,32); }

 H1.HeaderClassName
 {
   color: #D04B20;
 }
 .AnyTagClassName
 {
   color: #D04B20;
 }
</style>

background-color css

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

 a { background-color: rgb(208,75,32); }

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

border-color css

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

 span { border-color: rgb(208,75,32); }

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