Html Css Color HEX #D94928 Cinnabar

📋 copy color: '#D94928'

red 217 ◦ green 73 ◦ blue 40

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

Shades of Cinnabar #D94928

Tints of Cinnabar #D94928

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.12%

 BLUE value IS 40 (16.02% from 255) = 12.12%

R = 65.76%
G = 22.12%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D94928 (or 0xD94928) is known color: Cinnabar. HEX triplet: D9, 49 and 28. RGB value is (217,73,40). Sum of RGB (Red+Green+Blue) = 217+73+40=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D94928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94928 is #26B6D7. Grayscale: #707070. Windows color (decimal): -2537176 or 2640345. OLE color: 2640345.

HSL color Cylindrical-coordinate representation of color #D94928: hue angle of 11.19º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D94928 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 73 40 -
CMYK 0 0.66 0.82 0.15
HSL 11.19º 0.7% 0.5% -
HSV(B) 11.19º 0.82% 0.85% -
XYZ 31.38 19.67 4.15 -
YUV 112.29 87.21 202.68 -
System Red Green Blue C M Y K H S L
Decimal 217 73 40 0 0.66 0.82 0.15 11.19 0.7 0.5
Hex D9 49 28 0 42 52 F B 46 32
Octal 331 111 50 0 102 122 17 13 106 62
Binary 11011001 1001001 101000 0 1000010 1010010 1111 1011 1000110 110010

Color Harmonies of #D94928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94928

Black with #D94928

Text Example


Text Example

White with #D94928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94928; }

 p { color: rgb(217,73,40); }

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

background-color css

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

 a { background-color: rgb(217,73,40); }

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

border-color css

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

 span { border-color: rgb(217,73,40); }

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