Html Css Color HEX #D84E2F Cinnabar

📋 copy color: '#D84E2F'

red 216 ◦ green 78 ◦ blue 47

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

Shades of Cinnabar #D84E2F

Tints of Cinnabar #D84E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.78%

R = 63.34%
G = 22.87%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D84E2F (or 0xD84E2F) is known color: Cinnabar. HEX triplet: D8, 4E and 2F. RGB value is (216,78,47). Sum of RGB (Red+Green+Blue) = 216+78+47=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84E2F is #27B1D0. Grayscale: #737373. Windows color (decimal): -2601425 or 3100376. OLE color: 3100376.

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

Color convert

RGB 216 78 47 -
CMYK 0 0.64 0.78 0.15
HSL 11.01º 0.68% 0.52% -
HSV(B) 11.01º 0.78% 0.85% -
XYZ 31.56 20.25 4.94 -
YUV 115.73 89.22 199.52 -
System Red Green Blue C M Y K H S L
Decimal 216 78 47 0 0.64 0.78 0.15 11.01 0.68 0.52
Hex D8 4E 2F 0 40 4E F B 44 34
Octal 330 116 57 0 100 116 17 13 104 64
Binary 11011000 1001110 101111 0 1000000 1001110 1111 1011 1000100 110100

Color Harmonies of #D84E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84E2F

Black with #D84E2F

Text Example


Text Example

White with #D84E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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