Html Css Color HEX #D7491F Trinidad

📋 copy color: '#D7491F'

red 215 ◦ green 73 ◦ blue 31

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

Shades of Trinidad #D7491F

Tints of Trinidad #D7491F

RGB

 RED value IS 215 (84.38% from 255) = 67.4%

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

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

R = 67.4%
G = 22.88%
B = 9.72%

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

#D7491F (or 0xD7491F) is known color: Trinidad. HEX triplet: D7, 49 and 1F. RGB value is (215,73,31). Sum of RGB (Red+Green+Blue) = 215+73+31=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D7491F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7491F is #28B6E0. Grayscale: #6E6E6E. Windows color (decimal): -2668257 or 2050519. OLE color: 2050519.

HSL color Cylindrical-coordinate representation of color #D7491F: hue angle of 13.7º 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 #D7491F is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 73 31 -
CMYK 0 0.66 0.86 0.16
HSL 13.7º 0.75% 0.48% -
HSV(B) 13.7º 0.86% 0.84% -
XYZ 30.65 19.31 3.41 -
YUV 110.67 83.04 202.42 -
System Red Green Blue C M Y K H S L
Decimal 215 73 31 0 0.66 0.86 0.16 13.7 0.75 0.48
Hex D7 49 1F 0 42 56 10 E 4B 30
Octal 327 111 37 0 102 126 20 16 113 60
Binary 11010111 1001001 11111 0 1000010 1010110 10000 1110 1001011 110000

Color Harmonies of #D7491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7491F

Black with #D7491F

Text Example


Text Example

White with #D7491F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7491F; }

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

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

background-color css

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

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

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

border-color css

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

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

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