Html Css Color HEX #D94223 Cinnabar

📋 copy color: '#D94223'

red 217 ◦ green 66 ◦ blue 35

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

Shades of Cinnabar #D94223

Tints of Cinnabar #D94223

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.75%

 BLUE value IS 35 (14.06% from 255) = 11.01%

R = 68.24%
G = 20.75%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D94223 (or 0xD94223) is known color: Cinnabar. HEX triplet: D9, 42 and 23. RGB value is (217,66,35). Sum of RGB (Red+Green+Blue) = 217+66+35=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D94223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94223 is #26BDDC. Grayscale: #6B6B6B. Windows color (decimal): -2538973 or 2310873. OLE color: 2310873.

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

Color convert

RGB 217 66 35 -
CMYK 0 0.70 0.84 0.15
HSL 10.22º 0.72% 0.49% -
HSV(B) 10.22º 0.84% 0.85% -
XYZ 30.87 18.77 3.59 -
YUV 107.62 87.03 206.02 -
System Red Green Blue C M Y K H S L
Decimal 217 66 35 0 0.70 0.84 0.15 10.22 0.72 0.49
Hex D9 42 23 0 46 54 F A 48 31
Octal 331 102 43 0 106 124 17 12 110 61
Binary 11011001 1000010 100011 0 1000110 1010100 1111 1010 1001000 110001

Color Harmonies of #D94223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94223

Black with #D94223

Text Example


Text Example

White with #D94223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94223; }

 p { color: rgb(217,66,35); }

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

background-color css

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

 a { background-color: rgb(217,66,35); }

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

border-color css

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

 span { border-color: rgb(217,66,35); }

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