Html Css Color HEX #D94D37 Cinnabar

📋 copy color: '#D94D37'

red 217 ◦ green 77 ◦ blue 55

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

Shades of Cinnabar #D94D37

Tints of Cinnabar #D94D37

RGB

 RED value IS 217 (85.16% from 255) = 62.18%

 GREEN value IS 77 (30.47% from 255) = 22.06%

 BLUE value IS 55 (21.88% from 255) = 15.76%

R = 62.18%
G = 22.06%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D94D37 (or 0xD94D37) is known color: Cinnabar. HEX triplet: D9, 4D and 37. RGB value is (217,77,55). Sum of RGB (Red+Green+Blue) = 217+77+55=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D94D37 is #26B2C8. Grayscale: #747474. Windows color (decimal): -2536137 or 3624409. OLE color: 3624409.

HSL color Cylindrical-coordinate representation of color #D94D37: hue angle of 8.15º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D94D37 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 77 55 -
CMYK 0 0.65 0.75 0.15
HSL 8.15º 0.68% 0.53% -
HSV(B) 8.15º 0.75% 0.85% -
XYZ 31.96 20.34 5.86 -
YUV 116.35 93.38 199.79 -
System Red Green Blue C M Y K H S L
Decimal 217 77 55 0 0.65 0.75 0.15 8.15 0.68 0.53
Hex D9 4D 37 0 41 4B F 8 44 35
Octal 331 115 67 0 101 113 17 10 104 65
Binary 11011001 1001101 110111 0 1000001 1001011 1111 1000 1000100 110101

Color Harmonies of #D94D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94D37

Black with #D94D37

Text Example


Text Example

White with #D94D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94D37; }

 p { color: rgb(217,77,55); }

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

background-color css

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

 a { background-color: rgb(217,77,55); }

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

border-color css

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

 span { border-color: rgb(217,77,55); }

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