Html Css Color HEX #D94620 Cinnabar

📋 copy color: '#D94620'

red 217 ◦ green 70 ◦ blue 32

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

Shades of Cinnabar #D94620

Tints of Cinnabar #D94620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.03%

R = 68.03%
G = 21.94%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D94620 (or 0xD94620) is known color: Cinnabar. HEX triplet: D9, 46 and 20. RGB value is (217,70,32). Sum of RGB (Red+Green+Blue) = 217+70+32=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D94620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94620 is #26B9DF. Grayscale: #6D6D6D. Windows color (decimal): -2537952 or 2115289. OLE color: 2115289.

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

Color convert

RGB 217 70 32 -
CMYK 0 0.68 0.85 0.15
HSL 12.32º 0.74% 0.49% -
HSV(B) 12.32º 0.85% 0.85% -
XYZ 31.07 19.24 3.44 -
YUV 109.62 84.2 204.59 -
System Red Green Blue C M Y K H S L
Decimal 217 70 32 0 0.68 0.85 0.15 12.32 0.74 0.49
Hex D9 46 20 0 44 55 F C 4A 31
Octal 331 106 40 0 104 125 17 14 112 61
Binary 11011001 1000110 100000 0 1000100 1010101 1111 1100 1001010 110001

Color Harmonies of #D94620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94620

Black with #D94620

Text Example


Text Example

White with #D94620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94620; }

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

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

background-color css

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

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

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

border-color css

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

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

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