Html Css Color HEX #D94222 Cinnabar

📋 copy color: '#D94222'

red 217 ◦ green 66 ◦ blue 34

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

Shades of Cinnabar #D94222

Tints of Cinnabar #D94222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.73%

R = 68.45%
G = 20.82%
B = 10.73%

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

#D94222 (or 0xD94222) is known color: Cinnabar. HEX triplet: D9, 42 and 22. RGB value is (217,66,34). Sum of RGB (Red+Green+Blue) = 217+66+34=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 34 (13.67% from 255 or 10.73% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D94222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94222 is #26BDDD. Grayscale: #6B6B6B. Windows color (decimal): -2538974 or 2245337. OLE color: 2245337.

HSL color Cylindrical-coordinate representation of color #D94222: hue angle of 10.49º degrees, saturation: 0.73, 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 #D94222 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 66 34 -
CMYK 0 0.70 0.84 0.15
HSL 10.49º 0.73% 0.49% -
HSV(B) 10.49º 0.84% 0.85% -
XYZ 30.85 18.76 3.51 -
YUV 107.5 86.53 206.1 -
System Red Green Blue C M Y K H S L
Decimal 217 66 34 0 0.70 0.84 0.15 10.49 0.73 0.49
Hex D9 42 22 0 46 54 F A 49 31
Octal 331 102 42 0 106 124 17 12 111 61
Binary 11011001 1000010 100010 0 1000110 1010100 1111 1010 1001001 110001

Color Harmonies of #D94222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94222

Black with #D94222

Text Example


Text Example

White with #D94222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94222; }

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

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

background-color css

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

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

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

border-color css

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

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

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