Html Css Color HEX #D84342 Cinnabar

📋 copy color: '#D84342'

red 216 ◦ green 67 ◦ blue 66

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

Shades of Cinnabar #D84342

Tints of Cinnabar #D84342

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.2%

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

R = 61.89%
G = 19.2%
B = 18.91%

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

#D84342 (or 0xD84342) is known color: Cinnabar. HEX triplet: D8, 43 and 42. RGB value is (216,67,66). Sum of RGB (Red+Green+Blue) = 216+67+66=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D84342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84342 is #27BCBD. Grayscale: #6F6F6F. Windows color (decimal): -2604222 or 4342744. OLE color: 4342744.

HSL color Cylindrical-coordinate representation of color #D84342: 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.69%. Process color model (Four color, CMYK) of #D84342 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 67 66 -
CMYK 0 0.69 0.69 0.15
HSL 0.4º 0.66% 0.55% -
HSV(B) 0.4º 0.69% 0.85% -
XYZ 31.31 19.01 7.17 -
YUV 111.44 102.36 202.58 -
System Red Green Blue C M Y K H S L
Decimal 216 67 66 0 0.69 0.69 0.15 0.4 0.66 0.55
Hex D8 43 42 0 45 45 F 0 42 37
Octal 330 103 102 0 105 105 17 0 102 67
Binary 11011000 1000011 1000010 0 1000101 1000101 1111 0 1000010 110111

Color Harmonies of #D84342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84342

Black with #D84342

Text Example


Text Example

White with #D84342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84342; }

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

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

background-color css

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

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

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

border-color css

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

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

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