Html Css Color HEX #D84442 Cinnabar

📋 copy color: '#D84442'

red 216 ◦ green 68 ◦ blue 66

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

Shades of Cinnabar #D84442

Tints of Cinnabar #D84442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.86%

R = 61.71%
G = 19.43%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D84442 (or 0xD84442) is known color: Cinnabar. HEX triplet: D8, 44 and 42. RGB value is (216,68,66). Sum of RGB (Red+Green+Blue) = 216+68+66=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D84442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84442 is #27BBBD. Grayscale: #707070. Windows color (decimal): -2603966 or 4343000. OLE color: 4343000.

HSL color Cylindrical-coordinate representation of color #D84442: hue angle of 0.8º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84442 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 68 66 -
CMYK 0 0.69 0.69 0.15
HSL 0.8º 0.66% 0.55% -
HSV(B) 0.8º 0.69% 0.85% -
XYZ 31.37 19.13 7.19 -
YUV 112.02 102.03 202.16 -
System Red Green Blue C M Y K H S L
Decimal 216 68 66 0 0.69 0.69 0.15 0.8 0.66 0.55
Hex D8 44 42 0 45 45 F 1 42 37
Octal 330 104 102 0 105 105 17 1 102 67
Binary 11011000 1000100 1000010 0 1000101 1000101 1111 1 1000010 110111

Color Harmonies of #D84442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84442

Black with #D84442

Text Example


Text Example

White with #D84442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84442; }

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

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

background-color css

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

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

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

border-color css

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

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

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