Html Css Color HEX #D84E2E Cinnabar

📋 copy color: '#D84E2E'

red 216 ◦ green 78 ◦ blue 46

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

Shades of Cinnabar #D84E2E

Tints of Cinnabar #D84E2E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.94%

 BLUE value IS 46 (18.36% from 255) = 13.53%

R = 63.53%
G = 22.94%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D84E2E (or 0xD84E2E) is known color: Cinnabar. HEX triplet: D8, 4E and 2E. RGB value is (216,78,46). Sum of RGB (Red+Green+Blue) = 216+78+46=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84E2E is #27B1D1. Grayscale: #737373. Windows color (decimal): -2601426 or 3034840. OLE color: 3034840.

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

Color convert

RGB 216 78 46 -
CMYK 0 0.64 0.79 0.15
HSL 11.29º 0.69% 0.51% -
HSV(B) 11.29º 0.79% 0.85% -
XYZ 31.54 20.24 4.83 -
YUV 115.61 88.72 199.6 -
System Red Green Blue C M Y K H S L
Decimal 216 78 46 0 0.64 0.79 0.15 11.29 0.69 0.51
Hex D8 4E 2E 0 40 4F F B 45 33
Octal 330 116 56 0 100 117 17 13 105 63
Binary 11011000 1001110 101110 0 1000000 1001111 1111 1011 1000101 110011

Color Harmonies of #D84E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84E2E

Black with #D84E2E

Text Example


Text Example

White with #D84E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84E2E; }

 p { color: rgb(216,78,46); }

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

background-color css

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

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

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

border-color css

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

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

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