Html Css Color HEX #D84140 Cinnabar

📋 copy color: '#D84140'

red 216 ◦ green 65 ◦ blue 64

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

Shades of Cinnabar #D84140

Tints of Cinnabar #D84140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.84%

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

R = 62.61%
G = 18.84%
B = 18.55%

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

#D84140 (or 0xD84140) is known color: Cinnabar. HEX triplet: D8, 41 and 40. RGB value is (216,65,64). Sum of RGB (Red+Green+Blue) = 216+65+64=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D84140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84140 is #27BEBF. Grayscale: #6E6E6E. Windows color (decimal): -2604736 or 4211160. OLE color: 4211160.

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

Color convert

RGB 216 65 64 -
CMYK 0 0.70 0.70 0.15
HSL 0.39º 0.66% 0.55% -
HSV(B) 0.39º 0.7% 0.85% -
XYZ 31.13 18.75 6.83 -
YUV 110.04 102.03 203.58 -
System Red Green Blue C M Y K H S L
Decimal 216 65 64 0 0.70 0.70 0.15 0.39 0.66 0.55
Hex D8 41 40 0 46 46 F 0 42 37
Octal 330 101 100 0 106 106 17 0 102 67
Binary 11011000 1000001 1000000 0 1000110 1000110 1111 0 1000010 110111

Color Harmonies of #D84140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84140

Black with #D84140

Text Example


Text Example

White with #D84140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84140; }

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

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

background-color css

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

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

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

border-color css

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

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

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