Html Css Color HEX #D84742 Cinnabar

📋 copy color: '#D84742'

red 216 ◦ green 71 ◦ blue 66

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

Shades of Cinnabar #D84742

Tints of Cinnabar #D84742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.11%

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

R = 61.19%
G = 20.11%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D84742 (or 0xD84742) is known color: Cinnabar. HEX triplet: D8, 47 and 42. RGB value is (216,71,66). Sum of RGB (Red+Green+Blue) = 216+71+66=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D84742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84742 is #27B8BD. Grayscale: #717171. Windows color (decimal): -2603198 or 4343768. OLE color: 4343768.

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

Color convert

RGB 216 71 66 -
CMYK 0 0.67 0.69 0.15
HSL 0.66% 0.55% -
HSV(B) 0.69% 0.85% -
XYZ 31.56 19.5 7.25 -
YUV 113.79 101.04 200.91 -
System Red Green Blue C M Y K H S L
Decimal 216 71 66 0 0.67 0.69 0.15 2 0.66 0.55
Hex D8 47 42 0 43 45 F 2 42 37
Octal 330 107 102 0 103 105 17 2 102 67
Binary 11011000 1000111 1000010 0 1000011 1000101 1111 10 1000010 110111

Color Harmonies of #D84742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84742

Black with #D84742

Text Example


Text Example

White with #D84742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84742; }

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

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

background-color css

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

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

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

border-color css

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

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

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