Html Css Color HEX #D94927 Cinnabar

📋 copy color: '#D94927'

red 217 ◦ green 73 ◦ blue 39

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

Shades of Cinnabar #D94927

Tints of Cinnabar #D94927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.85%

R = 65.96%
G = 22.19%
B = 11.85%

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

#D94927 (or 0xD94927) is known color: Cinnabar. HEX triplet: D9, 49 and 27. RGB value is (217,73,39). Sum of RGB (Red+Green+Blue) = 217+73+39=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D94927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94927 is #26B6D8. Grayscale: #707070. Windows color (decimal): -2537177 or 2574809. OLE color: 2574809.

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

Color convert

RGB 217 73 39 -
CMYK 0 0.66 0.82 0.15
HSL 11.46º 0.7% 0.5% -
HSV(B) 11.46º 0.82% 0.85% -
XYZ 31.36 19.66 4.06 -
YUV 112.18 86.71 202.76 -
System Red Green Blue C M Y K H S L
Decimal 217 73 39 0 0.66 0.82 0.15 11.46 0.7 0.5
Hex D9 49 27 0 42 52 F B 46 32
Octal 331 111 47 0 102 122 17 13 106 62
Binary 11011001 1001001 100111 0 1000010 1010010 1111 1011 1000110 110010

Color Harmonies of #D94927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94927

Black with #D94927

Text Example


Text Example

White with #D94927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94927; }

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

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

background-color css

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

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

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

border-color css

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

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

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