Html Css Color HEX #D94036 Cinnabar

📋 copy color: '#D94036'

red 217 ◦ green 64 ◦ blue 54

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

Shades of Cinnabar #D94036

Tints of Cinnabar #D94036

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.1%

 BLUE value IS 54 (21.48% from 255) = 16.12%

R = 64.78%
G = 19.1%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D94036 (or 0xD94036) is known color: Cinnabar. HEX triplet: D9, 40 and 36. RGB value is (217,64,54). Sum of RGB (Red+Green+Blue) = 217+64+54=335 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.78% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 217 - color contains mainly: red. Hex color #D94036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94036 is #26BFC9. Grayscale: #6C6C6C. Windows color (decimal): -2539466 or 3555545. OLE color: 3555545.

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

Color convert

RGB 217 64 54 -
CMYK 0 0.71 0.75 0.15
HSL 3.68º 0.68% 0.53% -
HSV(B) 3.68º 0.75% 0.85% -
XYZ 31.11 18.68 5.46 -
YUV 108.61 97.19 205.31 -
System Red Green Blue C M Y K H S L
Decimal 217 64 54 0 0.71 0.75 0.15 3.68 0.68 0.53
Hex D9 40 36 0 47 4B F 4 44 35
Octal 331 100 66 0 107 113 17 4 104 65
Binary 11011001 1000000 110110 0 1000111 1001011 1111 100 1000100 110101

Color Harmonies of #D94036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94036

Black with #D94036

Text Example


Text Example

White with #D94036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94036; }

 p { color: rgb(217,64,54); }

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

background-color css

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

 a { background-color: rgb(217,64,54); }

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

border-color css

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

 span { border-color: rgb(217,64,54); }

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