Html Css Color HEX #D94622 Cinnabar

📋 copy color: '#D94622'

red 217 ◦ green 70 ◦ blue 34

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

Shades of Cinnabar #D94622

Tints of Cinnabar #D94622

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.81%

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

R = 67.6%
G = 21.81%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D94622 (or 0xD94622) is known color: Cinnabar. HEX triplet: D9, 46 and 22. RGB value is (217,70,34). Sum of RGB (Red+Green+Blue) = 217+70+34=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D94622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94622 is #26B9DD. Grayscale: #6E6E6E. Windows color (decimal): -2537950 or 2246361. OLE color: 2246361.

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

Color convert

RGB 217 70 34 -
CMYK 0 0.68 0.84 0.15
HSL 11.8º 0.73% 0.49% -
HSV(B) 11.8º 0.84% 0.85% -
XYZ 31.09 19.25 3.59 -
YUV 109.85 85.2 204.43 -
System Red Green Blue C M Y K H S L
Decimal 217 70 34 0 0.68 0.84 0.15 11.8 0.73 0.49
Hex D9 46 22 0 44 54 F C 49 31
Octal 331 106 42 0 104 124 17 14 111 61
Binary 11011001 1000110 100010 0 1000100 1010100 1111 1100 1001001 110001

Color Harmonies of #D94622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94622

Black with #D94622

Text Example


Text Example

White with #D94622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94622; }

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

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

background-color css

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

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

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

border-color css

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

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

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