Html Css Color HEX #D84226 Cinnabar

📋 copy color: '#D84226'

red 216 ◦ green 66 ◦ blue 38

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

Shades of Cinnabar #D84226

Tints of Cinnabar #D84226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.88%

R = 67.5%
G = 20.63%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D84226 (or 0xD84226) is known color: Cinnabar. HEX triplet: D8, 42 and 26. RGB value is (216,66,38). Sum of RGB (Red+Green+Blue) = 216+66+38=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D84226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84226 is #27BDD9. Grayscale: #6B6B6B. Windows color (decimal): -2604506 or 2507480. OLE color: 2507480.

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

Color convert

RGB 216 66 38 -
CMYK 0 0.69 0.82 0.15
HSL 9.44º 0.7% 0.5% -
HSV(B) 9.44º 0.82% 0.85% -
XYZ 30.62 18.64 3.82 -
YUV 107.66 88.7 205.28 -
System Red Green Blue C M Y K H S L
Decimal 216 66 38 0 0.69 0.82 0.15 9.44 0.7 0.5
Hex D8 42 26 0 45 52 F 9 46 32
Octal 330 102 46 0 105 122 17 11 106 62
Binary 11011000 1000010 100110 0 1000101 1010010 1111 1001 1000110 110010

Color Harmonies of #D84226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84226

Black with #D84226

Text Example


Text Example

White with #D84226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84226; }

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

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

background-color css

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

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

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

border-color css

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

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

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