Html Css Color HEX #D84C2E Cinnabar

📋 copy color: '#D84C2E'

red 216 ◦ green 76 ◦ blue 46

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

Shades of Cinnabar #D84C2E

Tints of Cinnabar #D84C2E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.49%

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

R = 63.91%
G = 22.49%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D84C2E (or 0xD84C2E) is known color: Cinnabar. HEX triplet: D8, 4C and 2E. RGB value is (216,76,46). Sum of RGB (Red+Green+Blue) = 216+76+46=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C2E is #27B3D1. Grayscale: #727272. Windows color (decimal): -2601938 or 3034328. OLE color: 3034328.

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

Color convert

RGB 216 76 46 -
CMYK 0 0.65 0.79 0.15
HSL 10.59º 0.69% 0.51% -
HSV(B) 10.59º 0.79% 0.85% -
XYZ 31.4 19.97 4.78 -
YUV 114.44 89.38 200.44 -
System Red Green Blue C M Y K H S L
Decimal 216 76 46 0 0.65 0.79 0.15 10.59 0.69 0.51
Hex D8 4C 2E 0 41 4F F B 45 33
Octal 330 114 56 0 101 117 17 13 105 63
Binary 11011000 1001100 101110 0 1000001 1001111 1111 1011 1000101 110011

Color Harmonies of #D84C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84C2E

Black with #D84C2E

Text Example


Text Example

White with #D84C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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