Html Css Color HEX #D84242 Cinnabar

📋 copy color: '#D84242'

red 216 ◦ green 66 ◦ blue 66

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

Shades of Cinnabar #D84242

Tints of Cinnabar #D84242

RGB

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

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

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

R = 62.07%
G = 18.97%
B = 18.97%

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

#D84242 (or 0xD84242) is known color: Cinnabar. HEX triplet: D8, 42 and 42. RGB value is (216,66,66). Sum of RGB (Red+Green+Blue) = 216+66+66=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D84242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84242 is #27BDBD. Grayscale: #6F6F6F. Windows color (decimal): -2604478 or 4342488. OLE color: 4342488.

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

Color convert

RGB 216 66 66 -
CMYK 0 0.69 0.69 0.15
HSL 0.66% 0.55% -
HSV(B) 0.69% 0.85% -
XYZ 31.25 18.89 7.15 -
YUV 110.85 102.7 203 -
System Red Green Blue C M Y K H S L
Decimal 216 66 66 0 0.69 0.69 0.15 0 0.66 0.55
Hex D8 42 42 0 45 45 F 0 42 37
Octal 330 102 102 0 105 105 17 0 102 67
Binary 11011000 1000010 1000010 0 1000101 1000101 1111 0 1000010 110111

Color Harmonies of #D84242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84242

Black with #D84242

Text Example


Text Example

White with #D84242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84242; }

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

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

background-color css

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

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

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

border-color css

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

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

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