Html Css Color HEX #D84528 Cinnabar

📋 copy color: '#D84528'

red 216 ◦ green 69 ◦ blue 40

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

Shades of Cinnabar #D84528

Tints of Cinnabar #D84528

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.23%

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

R = 66.46%
G = 21.23%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D84528 (or 0xD84528) is known color: Cinnabar. HEX triplet: D8, 45 and 28. RGB value is (216,69,40). Sum of RGB (Red+Green+Blue) = 216+69+40=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D84528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84528 is #27BAD7. Grayscale: #6D6D6D. Windows color (decimal): -2603736 or 2639320. OLE color: 2639320.

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

Color convert

RGB 216 69 40 -
CMYK 0 0.68 0.81 0.15
HSL 9.89º 0.69% 0.5% -
HSV(B) 9.89º 0.81% 0.85% -
XYZ 30.83 19.01 4.05 -
YUV 109.65 88.7 203.86 -
System Red Green Blue C M Y K H S L
Decimal 216 69 40 0 0.68 0.81 0.15 9.89 0.69 0.5
Hex D8 45 28 0 44 51 F A 45 32
Octal 330 105 50 0 104 121 17 12 105 62
Binary 11011000 1000101 101000 0 1000100 1010001 1111 1010 1000101 110010

Color Harmonies of #D84528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84528

Black with #D84528

Text Example


Text Example

White with #D84528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84528; }

 p { color: rgb(216,69,40); }

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

background-color css

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

 a { background-color: rgb(216,69,40); }

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

border-color css

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

 span { border-color: rgb(216,69,40); }

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