Html Css Color HEX #D84040 Cinnabar

📋 copy color: '#D84040'

red 216 ◦ green 64 ◦ blue 64

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

Shades of Cinnabar #D84040

Tints of Cinnabar #D84040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.6%

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

R = 62.79%
G = 18.6%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D84040 (or 0xD84040) is known color: Cinnabar. HEX triplet: D8, 40 and 40. RGB value is (216,64,64). Sum of RGB (Red+Green+Blue) = 216+64+64=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D84040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84040 is #27BFBF. Grayscale: #6D6D6D. Windows color (decimal): -2604992 or 4210904. OLE color: 4210904.

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

Color convert

RGB 216 64 64 -
CMYK 0 0.70 0.70 0.15
HSL 0.66% 0.55% -
HSV(B) 0.7% 0.85% -
XYZ 31.08 18.64 6.81 -
YUV 109.45 102.36 204 -
System Red Green Blue C M Y K H S L
Decimal 216 64 64 0 0.70 0.70 0.15 0 0.66 0.55
Hex D8 40 40 0 46 46 F 0 42 37
Octal 330 100 100 0 106 106 17 0 102 67
Binary 11011000 1000000 1000000 0 1000110 1000110 1111 0 1000010 110111

Color Harmonies of #D84040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84040

Black with #D84040

Text Example


Text Example

White with #D84040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84040; }

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

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

background-color css

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

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

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

border-color css

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

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

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