Html Css Color HEX #D6491F Trinidad

📋 copy color: '#D6491F'

red 214 ◦ green 73 ◦ blue 31

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

Shades of Trinidad #D6491F

Tints of Trinidad #D6491F

RGB

 RED value IS 214 (83.98% from 255) = 67.3%

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

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

R = 67.3%
G = 22.96%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6491F (or 0xD6491F) is known color: Trinidad. HEX triplet: D6, 49 and 1F. RGB value is (214,73,31). Sum of RGB (Red+Green+Blue) = 214+73+31=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D6491F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6491F is #29B6E0. Grayscale: #6E6E6E. Windows color (decimal): -2733793 or 2050518. OLE color: 2050518.

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

Color convert

RGB 214 73 31 -
CMYK 0 0.66 0.86 0.16
HSL 13.77º 0.75% 0.48% -
HSV(B) 13.77º 0.86% 0.84% -
XYZ 30.36 19.16 3.39 -
YUV 110.37 83.21 201.92 -
System Red Green Blue C M Y K H S L
Decimal 214 73 31 0 0.66 0.86 0.16 13.77 0.75 0.48
Hex D6 49 1F 0 42 56 10 E 4B 30
Octal 326 111 37 0 102 126 20 16 113 60
Binary 11010110 1001001 11111 0 1000010 1010110 10000 1110 1001011 110000

Color Harmonies of #D6491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6491F

Black with #D6491F

Text Example


Text Example

White with #D6491F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6491F; }

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

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

background-color css

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

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

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

border-color css

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

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

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