Html Css Color HEX #D84642 Cinnabar

📋 copy color: '#D84642'

red 216 ◦ green 70 ◦ blue 66

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

Shades of Cinnabar #D84642

Tints of Cinnabar #D84642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.89%

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

R = 61.36%
G = 19.89%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D84642 (or 0xD84642) is known color: Cinnabar. HEX triplet: D8, 46 and 42. RGB value is (216,70,66). Sum of RGB (Red+Green+Blue) = 216+70+66=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D84642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84642 is #27B9BD. Grayscale: #717171. Windows color (decimal): -2603454 or 4343512. OLE color: 4343512.

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

Color convert

RGB 216 70 66 -
CMYK 0 0.68 0.69 0.15
HSL 1.6º 0.66% 0.55% -
HSV(B) 1.6º 0.69% 0.85% -
XYZ 31.49 19.37 7.23 -
YUV 113.2 101.37 201.33 -
System Red Green Blue C M Y K H S L
Decimal 216 70 66 0 0.68 0.69 0.15 1.6 0.66 0.55
Hex D8 46 42 0 44 45 F 2 42 37
Octal 330 106 102 0 104 105 17 2 102 67
Binary 11011000 1000110 1000010 0 1000100 1000101 1111 10 1000010 110111

Color Harmonies of #D84642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84642

Black with #D84642

Text Example


Text Example

White with #D84642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84642; }

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

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

background-color css

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

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

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

border-color css

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

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

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