Html Css Color HEX #D84C28 Cinnabar

📋 copy color: '#D84C28'

red 216 ◦ green 76 ◦ blue 40

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

Shades of Cinnabar #D84C28

Tints of Cinnabar #D84C28

RGB

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

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

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

R = 65.06%
G = 22.89%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D84C28 (or 0xD84C28) is known color: Cinnabar. HEX triplet: D8, 4C and 28. RGB value is (216,76,40). Sum of RGB (Red+Green+Blue) = 216+76+40=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C28 is #27B3D7. Grayscale: #727272. Windows color (decimal): -2601944 or 2641112. OLE color: 2641112.

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

Color convert

RGB 216 76 40 -
CMYK 0 0.65 0.81 0.15
HSL 12.27º 0.69% 0.5% -
HSV(B) 12.27º 0.81% 0.85% -
XYZ 31.29 19.92 4.2 -
YUV 113.76 86.38 200.93 -
System Red Green Blue C M Y K H S L
Decimal 216 76 40 0 0.65 0.81 0.15 12.27 0.69 0.5
Hex D8 4C 28 0 41 51 F C 45 32
Octal 330 114 50 0 101 121 17 14 105 62
Binary 11011000 1001100 101000 0 1000001 1010001 1111 1100 1000101 110010

Color Harmonies of #D84C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C28

Black with #D84C28

Text Example


Text Example

White with #D84C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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