Html Css Color HEX #D94020 Cinnabar

📋 copy color: '#D94020'

red 217 ◦ green 64 ◦ blue 32

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

Shades of Cinnabar #D94020

Tints of Cinnabar #D94020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.45%

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

R = 69.33%
G = 20.45%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D94020 (or 0xD94020) is known color: Cinnabar. HEX triplet: D9, 40 and 20. RGB value is (217,64,32). Sum of RGB (Red+Green+Blue) = 217+64+32=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D94020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94020 is #26BFDF. Grayscale: #6A6A6A. Windows color (decimal): -2539488 or 2113753. OLE color: 2113753.

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

Color convert

RGB 217 64 32 -
CMYK 0 0.71 0.85 0.15
HSL 10.38º 0.74% 0.49% -
HSV(B) 10.38º 0.85% 0.85% -
XYZ 30.71 18.52 3.32 -
YUV 106.1 86.19 207.1 -
System Red Green Blue C M Y K H S L
Decimal 217 64 32 0 0.71 0.85 0.15 10.38 0.74 0.49
Hex D9 40 20 0 47 55 F A 4A 31
Octal 331 100 40 0 107 125 17 12 112 61
Binary 11011001 1000000 100000 0 1000111 1010101 1111 1010 1001010 110001

Color Harmonies of #D94020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94020

Black with #D94020

Text Example


Text Example

White with #D94020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94020; }

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

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

background-color css

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

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

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

border-color css

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

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

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