Html Css Color HEX #E34D1C Cinnabar

📋 copy color: '#E34D1C'

red 227 ◦ green 77 ◦ blue 28

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

Shades of Cinnabar #E34D1C

Tints of Cinnabar #E34D1C

RGB

 RED value IS 227 (89.06% from 255) = 68.37%

 GREEN value IS 77 (30.47% from 255) = 23.19%

 BLUE value IS 28 (11.33% from 255) = 8.43%

R = 68.37%
G = 23.19%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E34D1C (or 0xE34D1C) is known color: Cinnabar. HEX triplet: E3, 4D and 1C. RGB value is (227,77,28). Sum of RGB (Red+Green+Blue) = 227+77+28=332 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.37% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 227 - color contains mainly: red. Hex color #E34D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E34D1C is #1CB2E3. Grayscale: #747474. Windows color (decimal): -1880804 or 1854947. OLE color: 1854947.

HSL color Cylindrical-coordinate representation of color #E34D1C: hue angle of 14.77º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E34D1C is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 77 28 -
CMYK 0 0.66 0.88 0.11
HSL 14.77º 0.78% 0.5% -
HSV(B) 14.77º 0.88% 0.89% -
XYZ 34.54 21.72 3.47 -
YUV 116.26 78.2 206.98 -
System Red Green Blue C M Y K H S L
Decimal 227 77 28 0 0.66 0.88 0.11 14.77 0.78 0.5
Hex E3 4D 1C 0 42 58 B F 4E 32
Octal 343 115 34 0 102 130 13 17 116 62
Binary 11100011 1001101 11100 0 1000010 1011000 1011 1111 1001110 110010

Color Harmonies of #E34D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34D1C

Black with #E34D1C

Text Example


Text Example

White with #E34D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34D1C; }

 p { color: rgb(227,77,28); }

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

background-color css

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

 a { background-color: rgb(227,77,28); }

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

border-color css

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

 span { border-color: rgb(227,77,28); }

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