Html Css Color HEX #D84240 Cinnabar

📋 copy color: '#D84240'

red 216 ◦ green 66 ◦ blue 64

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

Shades of Cinnabar #D84240

Tints of Cinnabar #D84240

RGB

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

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

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

R = 62.43%
G = 19.08%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D84240 (or 0xD84240) is known color: Cinnabar. HEX triplet: D8, 42 and 40. RGB value is (216,66,64). Sum of RGB (Red+Green+Blue) = 216+66+64=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D84240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84240 is #27BDBF. Grayscale: #6E6E6E. Windows color (decimal): -2604480 or 4211416. OLE color: 4211416.

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

Color convert

RGB 216 66 64 -
CMYK 0 0.69 0.70 0.15
HSL 0.79º 0.66% 0.55% -
HSV(B) 0.79º 0.7% 0.85% -
XYZ 31.19 18.87 6.85 -
YUV 110.62 101.7 203.16 -
System Red Green Blue C M Y K H S L
Decimal 216 66 64 0 0.69 0.70 0.15 0.79 0.66 0.55
Hex D8 42 40 0 45 46 F 1 42 37
Octal 330 102 100 0 105 106 17 1 102 67
Binary 11011000 1000010 1000000 0 1000101 1000110 1111 1 1000010 110111

Color Harmonies of #D84240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84240

Black with #D84240

Text Example


Text Example

White with #D84240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84240; }

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

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

background-color css

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

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

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

border-color css

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

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

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