Html Css Color HEX #D94337 Cinnabar

📋 copy color: '#D94337'

red 217 ◦ green 67 ◦ blue 55

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

Shades of Cinnabar #D94337

Tints of Cinnabar #D94337

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.76%

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

R = 64.01%
G = 19.76%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D94337 (or 0xD94337) is known color: Cinnabar. HEX triplet: D9, 43 and 37. RGB value is (217,67,55). Sum of RGB (Red+Green+Blue) = 217+67+55=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D94337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94337 is #26BCC8. Grayscale: #6E6E6E. Windows color (decimal): -2538697 or 3621849. OLE color: 3621849.

HSL color Cylindrical-coordinate representation of color #D94337: hue angle of 4.44º 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 #D94337 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 67 55 -
CMYK 0 0.69 0.75 0.15
HSL 4.44º 0.68% 0.53% -
HSV(B) 4.44º 0.75% 0.85% -
XYZ 31.31 19.04 5.64 -
YUV 110.48 96.7 203.98 -
System Red Green Blue C M Y K H S L
Decimal 217 67 55 0 0.69 0.75 0.15 4.44 0.68 0.53
Hex D9 43 37 0 45 4B F 4 44 35
Octal 331 103 67 0 105 113 17 4 104 65
Binary 11011001 1000011 110111 0 1000101 1001011 1111 100 1000100 110101

Color Harmonies of #D94337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94337

Black with #D94337

Text Example


Text Example

White with #D94337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94337; }

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

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

background-color css

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

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

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

border-color css

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

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

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