Html Css Color HEX #D84840 Cinnabar

📋 copy color: '#D84840'

red 216 ◦ green 72 ◦ blue 64

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

Shades of Cinnabar #D84840

Tints of Cinnabar #D84840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.45%

 BLUE value IS 64 (25.39% from 255) = 18.18%

R = 61.36%
G = 20.45%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D84840 (or 0xD84840) is known color: Cinnabar. HEX triplet: D8, 48 and 40. RGB value is (216,72,64). Sum of RGB (Red+Green+Blue) = 216+72+64=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D84840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84840 is #27B7BF. Grayscale: #727272. Windows color (decimal): -2602944 or 4212952. OLE color: 4212952.

HSL color Cylindrical-coordinate representation of color #D84840: hue angle of 3.16º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D84840 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 72 64 -
CMYK 0 0.67 0.70 0.15
HSL 3.16º 0.66% 0.55% -
HSV(B) 3.16º 0.7% 0.85% -
XYZ 31.56 19.6 6.97 -
YUV 114.14 99.71 200.65 -
System Red Green Blue C M Y K H S L
Decimal 216 72 64 0 0.67 0.70 0.15 3.16 0.66 0.55
Hex D8 48 40 0 43 46 F 3 42 37
Octal 330 110 100 0 103 106 17 3 102 67
Binary 11011000 1001000 1000000 0 1000011 1000110 1111 11 1000010 110111

Color Harmonies of #D84840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84840

Black with #D84840

Text Example


Text Example

White with #D84840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84840; }

 p { color: rgb(216,72,64); }

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

background-color css

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

 a { background-color: rgb(216,72,64); }

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

border-color css

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

 span { border-color: rgb(216,72,64); }

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