Html Css Color HEX #D0491F Trinidad

📋 copy color: '#D0491F'

red 208 ◦ green 73 ◦ blue 31

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

Shades of Trinidad #D0491F

Tints of Trinidad #D0491F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.4%

 BLUE value IS 31 (12.5% from 255) = 9.94%

R = 66.67%
G = 23.4%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0491F (or 0xD0491F) is known color: Trinidad. HEX triplet: D0, 49 and 1F. RGB value is (208,73,31). Sum of RGB (Red+Green+Blue) = 208+73+31=312 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.67% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 208 - color contains mainly: red. Hex color #D0491F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0491F is #2FB6E0. Grayscale: #6C6C6C. Windows color (decimal): -3127009 or 2050512. OLE color: 2050512.

HSL color Cylindrical-coordinate representation of color #D0491F: hue angle of 14.24º degrees, saturation: 0.74, 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 #D0491F is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 73 31 -
CMYK 0 0.65 0.85 0.18
HSL 14.24º 0.74% 0.47% -
HSV(B) 14.24º 0.85% 0.82% -
XYZ 28.64 18.27 3.31 -
YUV 108.58 84.23 198.92 -
System Red Green Blue C M Y K H S L
Decimal 208 73 31 0 0.65 0.85 0.18 14.24 0.74 0.47
Hex D0 49 1F 0 41 55 12 E 4A 2F
Octal 320 111 37 0 101 125 22 16 112 57
Binary 11010000 1001001 11111 0 1000001 1010101 10010 1110 1001010 101111

Color Harmonies of #D0491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0491F

Black with #D0491F

Text Example


Text Example

White with #D0491F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0491F; }

 p { color: rgb(208,73,31); }

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

background-color css

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

 a { background-color: rgb(208,73,31); }

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

border-color css

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

 span { border-color: rgb(208,73,31); }

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