Html Css Color HEX #D84940 Cinnabar

📋 copy color: '#D84940'

red 216 ◦ green 73 ◦ blue 64

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

Shades of Cinnabar #D84940

Tints of Cinnabar #D84940

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.68%

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

R = 61.19%
G = 20.68%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D84940 (or 0xD84940) is known color: Cinnabar. HEX triplet: D8, 49 and 40. RGB value is (216,73,64). Sum of RGB (Red+Green+Blue) = 216+73+64=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D84940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84940 is #27B6BF. Grayscale: #727272. Windows color (decimal): -2602688 or 4213208. OLE color: 4213208.

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

Color convert

RGB 216 73 64 -
CMYK 0 0.66 0.70 0.15
HSL 3.55º 0.66% 0.55% -
HSV(B) 3.55º 0.7% 0.85% -
XYZ 31.63 19.73 6.99 -
YUV 114.73 99.38 200.23 -
System Red Green Blue C M Y K H S L
Decimal 216 73 64 0 0.66 0.70 0.15 3.55 0.66 0.55
Hex D8 49 40 0 42 46 F 4 42 37
Octal 330 111 100 0 102 106 17 4 102 67
Binary 11011000 1001001 1000000 0 1000010 1000110 1111 100 1000010 110111

Color Harmonies of #D84940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84940

Black with #D84940

Text Example


Text Example

White with #D84940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84940; }

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

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

background-color css

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

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

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

border-color css

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

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

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