Html Css Color HEX #D84241 Cinnabar

📋 copy color: '#D84241'

red 216 ◦ green 66 ◦ blue 65

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

Shades of Cinnabar #D84241

Tints of Cinnabar #D84241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.73%

R = 62.25%
G = 19.02%
B = 18.73%

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

#D84241 (or 0xD84241) is known color: Cinnabar. HEX triplet: D8, 42 and 41. RGB value is (216,66,65). Sum of RGB (Red+Green+Blue) = 216+66+65=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D84241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84241 is #27BDBE. Grayscale: #6E6E6E. Windows color (decimal): -2604479 or 4276952. OLE color: 4276952.

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

Color convert

RGB 216 66 65 -
CMYK 0 0.69 0.70 0.15
HSL 0.4º 0.66% 0.55% -
HSV(B) 0.4º 0.7% 0.85% -
XYZ 31.22 18.88 7 -
YUV 110.74 102.2 203.08 -
System Red Green Blue C M Y K H S L
Decimal 216 66 65 0 0.69 0.70 0.15 0.4 0.66 0.55
Hex D8 42 41 0 45 46 F 0 42 37
Octal 330 102 101 0 105 106 17 0 102 67
Binary 11011000 1000010 1000001 0 1000101 1000110 1111 0 1000010 110111

Color Harmonies of #D84241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84241

Black with #D84241

Text Example


Text Example

White with #D84241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84241; }

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

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

background-color css

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

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

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

border-color css

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

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

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