Html Css Color HEX #D84C27 Cinnabar

📋 copy color: '#D84C27'

red 216 ◦ green 76 ◦ blue 39

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

Shades of Cinnabar #D84C27

Tints of Cinnabar #D84C27

RGB

 RED value IS 216 (84.77% from 255) = 65.26%

 GREEN value IS 76 (30.08% from 255) = 22.96%

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

R = 65.26%
G = 22.96%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D84C27 (or 0xD84C27) is known color: Cinnabar. HEX triplet: D8, 4C and 27. RGB value is (216,76,39). Sum of RGB (Red+Green+Blue) = 216+76+39=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C27 is #27B3D8. Grayscale: #717171. Windows color (decimal): -2601945 or 2575576. OLE color: 2575576.

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

Color convert

RGB 216 76 39 -
CMYK 0 0.65 0.82 0.15
HSL 12.54º 0.69% 0.5% -
HSV(B) 12.54º 0.82% 0.85% -
XYZ 31.27 19.91 4.12 -
YUV 113.64 85.88 201.01 -
System Red Green Blue C M Y K H S L
Decimal 216 76 39 0 0.65 0.82 0.15 12.54 0.69 0.5
Hex D8 4C 27 0 41 52 F D 45 32
Octal 330 114 47 0 101 122 17 15 105 62
Binary 11011000 1001100 100111 0 1000001 1010010 1111 1101 1000101 110010

Color Harmonies of #D84C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C27

Black with #D84C27

Text Example


Text Example

White with #D84C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C27; }

 p { color: rgb(216,76,39); }

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

background-color css

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

 a { background-color: rgb(216,76,39); }

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

border-color css

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

 span { border-color: rgb(216,76,39); }

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