Html Css Color HEX #D84440 Cinnabar

📋 copy color: '#D84440'

red 216 ◦ green 68 ◦ blue 64

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

Shades of Cinnabar #D84440

Tints of Cinnabar #D84440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.54%

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

R = 62.07%
G = 19.54%
B = 18.39%

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

#D84440 (or 0xD84440) is known color: Cinnabar. HEX triplet: D8, 44 and 40. RGB value is (216,68,64). Sum of RGB (Red+Green+Blue) = 216+68+64=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D84440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84440 is #27BBBF. Grayscale: #6F6F6F. Windows color (decimal): -2603968 or 4211928. OLE color: 4211928.

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

Color convert

RGB 216 68 64 -
CMYK 0 0.69 0.70 0.15
HSL 1.58º 0.66% 0.55% -
HSV(B) 1.58º 0.7% 0.85% -
XYZ 31.31 19.1 6.89 -
YUV 111.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 216 68 64 0 0.69 0.70 0.15 1.58 0.66 0.55
Hex D8 44 40 0 45 46 F 2 42 37
Octal 330 104 100 0 105 106 17 2 102 67
Binary 11011000 1000100 1000000 0 1000101 1000110 1111 10 1000010 110111

Color Harmonies of #D84440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84440

Black with #D84440

Text Example


Text Example

White with #D84440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84440; }

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

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

background-color css

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

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

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

border-color css

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

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

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