Html Css Color HEX #D84223 Cinnabar

📋 copy color: '#D84223'

red 216 ◦ green 66 ◦ blue 35

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

Shades of Cinnabar #D84223

Tints of Cinnabar #D84223

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.82%

 BLUE value IS 35 (14.06% from 255) = 11.04%

R = 68.14%
G = 20.82%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D84223 (or 0xD84223) is known color: Cinnabar. HEX triplet: D8, 42 and 23. RGB value is (216,66,35). Sum of RGB (Red+Green+Blue) = 216+66+35=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D84223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84223 is #27BDDC. Grayscale: #6B6B6B. Windows color (decimal): -2604509 or 2310872. OLE color: 2310872.

HSL color Cylindrical-coordinate representation of color #D84223: hue angle of 10.28º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D84223 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 66 35 -
CMYK 0 0.69 0.84 0.15
HSL 10.28º 0.72% 0.49% -
HSV(B) 10.28º 0.84% 0.85% -
XYZ 30.57 18.62 3.57 -
YUV 107.32 87.2 205.52 -
System Red Green Blue C M Y K H S L
Decimal 216 66 35 0 0.69 0.84 0.15 10.28 0.72 0.49
Hex D8 42 23 0 45 54 F A 48 31
Octal 330 102 43 0 105 124 17 12 110 61
Binary 11011000 1000010 100011 0 1000101 1010100 1111 1010 1001000 110001

Color Harmonies of #D84223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84223

Black with #D84223

Text Example


Text Example

White with #D84223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84223; }

 p { color: rgb(216,66,35); }

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

background-color css

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

 a { background-color: rgb(216,66,35); }

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

border-color css

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

 span { border-color: rgb(216,66,35); }

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