Html Css Color HEX #D94524 Cinnabar

📋 copy color: '#D94524'

red 217 ◦ green 69 ◦ blue 36

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

Shades of Cinnabar #D94524

Tints of Cinnabar #D94524

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.43%

 BLUE value IS 36 (14.45% from 255) = 11.18%

R = 67.39%
G = 21.43%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D94524 (or 0xD94524) is known color: Cinnabar. HEX triplet: D9, 45 and 24. RGB value is (217,69,36). Sum of RGB (Red+Green+Blue) = 217+69+36=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D94524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94524 is #26BADB. Grayscale: #6D6D6D. Windows color (decimal): -2538204 or 2377177. OLE color: 2377177.

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

Color convert

RGB 217 69 36 -
CMYK 0 0.68 0.83 0.15
HSL 10.94º 0.72% 0.5% -
HSV(B) 10.94º 0.83% 0.85% -
XYZ 31.06 19.14 3.73 -
YUV 109.49 86.53 204.68 -
System Red Green Blue C M Y K H S L
Decimal 217 69 36 0 0.68 0.83 0.15 10.94 0.72 0.5
Hex D9 45 24 0 44 53 F B 48 32
Octal 331 105 44 0 104 123 17 13 110 62
Binary 11011001 1000101 100100 0 1000100 1010011 1111 1011 1001000 110010

Color Harmonies of #D94524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94524

Black with #D94524

Text Example


Text Example

White with #D94524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94524; }

 p { color: rgb(217,69,36); }

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

background-color css

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

 a { background-color: rgb(217,69,36); }

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

border-color css

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

 span { border-color: rgb(217,69,36); }

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