Html Css Color HEX #D94221 Cinnabar

📋 copy color: '#D94221'

red 217 ◦ green 66 ◦ blue 33

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

Shades of Cinnabar #D94221

Tints of Cinnabar #D94221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.44%

R = 68.67%
G = 20.89%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D94221 (or 0xD94221) is known color: Cinnabar. HEX triplet: D9, 42 and 21. RGB value is (217,66,33). Sum of RGB (Red+Green+Blue) = 217+66+33=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D94221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94221 is #26BDDE. Grayscale: #6B6B6B. Windows color (decimal): -2538975 or 2179801. OLE color: 2179801.

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

Color convert

RGB 217 66 33 -
CMYK 0 0.70 0.85 0.15
HSL 10.76º 0.74% 0.49% -
HSV(B) 10.76º 0.85% 0.85% -
XYZ 30.84 18.76 3.43 -
YUV 107.39 86.03 206.18 -
System Red Green Blue C M Y K H S L
Decimal 217 66 33 0 0.70 0.85 0.15 10.76 0.74 0.49
Hex D9 42 21 0 46 55 F B 4A 31
Octal 331 102 41 0 106 125 17 13 112 61
Binary 11011001 1000010 100001 0 1000110 1010101 1111 1011 1001010 110001

Color Harmonies of #D94221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94221

Black with #D94221

Text Example


Text Example

White with #D94221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94221; }

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

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

background-color css

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

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

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

border-color css

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

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

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