Html Css Color HEX #E5302E Cinnabar

📋 copy color: '#E5302E'

red 229 ◦ green 48 ◦ blue 46

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

Shades of Cinnabar #E5302E

Tints of Cinnabar #E5302E

RGB

 RED value IS 229 (89.84% from 255) = 70.9%

 GREEN value IS 48 (19.14% from 255) = 14.86%

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

R = 70.9%
G = 14.86%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5302E (or 0xE5302E) is known color: Cinnabar. HEX triplet: E5, 30 and 2E. RGB value is (229,48,46). Sum of RGB (Red+Green+Blue) = 229+48+46=323 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.90% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 229 - color contains mainly: red. Hex color #E5302E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5302E is #1ACFD1. Grayscale: #666666. Windows color (decimal): -1757138 or 3027173. OLE color: 3027173.

HSL color Cylindrical-coordinate representation of color #E5302E: hue angle of 0.66º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5302E is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 48 46 -
CMYK 0 0.79 0.80 0.10
HSL 0.66º 0.78% 0.54% -
HSV(B) 0.66º 0.8% 0.9% -
XYZ 33.86 18.97 4.46 -
YUV 101.89 96.47 218.66 -
System Red Green Blue C M Y K H S L
Decimal 229 48 46 0 0.79 0.80 0.10 0.66 0.78 0.54
Hex E5 30 2E 0 4F 50 A 1 4E 36
Octal 345 60 56 0 117 120 12 1 116 66
Binary 11100101 110000 101110 0 1001111 1010000 1010 1 1001110 110110

Color Harmonies of #E5302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5302E

Black with #E5302E

Text Example


Text Example

White with #E5302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5302E; }

 p { color: rgb(229,48,46); }

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

background-color css

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

 a { background-color: rgb(229,48,46); }

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

border-color css

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

 span { border-color: rgb(229,48,46); }

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