Html Css Color HEX #E5302C Cinnabar

📋 copy color: '#E5302C'

red 229 ◦ green 48 ◦ blue 44

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

Shades of Cinnabar #E5302C

Tints of Cinnabar #E5302C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.71%

R = 71.34%
G = 14.95%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E5302C (or 0xE5302C) is known color: Cinnabar. HEX triplet: E5, 30 and 2C. RGB value is (229,48,44). Sum of RGB (Red+Green+Blue) = 229+48+44=321 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.34% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 229 - color contains mainly: red. Hex color #E5302C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5302C is #1ACFD3. Grayscale: #656565. Windows color (decimal): -1757140 or 2896101. OLE color: 2896101.

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

Color convert

RGB 229 48 44 -
CMYK 0 0.79 0.81 0.10
HSL 1.3º 0.78% 0.54% -
HSV(B) 1.3º 0.81% 0.9% -
XYZ 33.82 18.95 4.26 -
YUV 101.66 95.47 218.83 -
System Red Green Blue C M Y K H S L
Decimal 229 48 44 0 0.79 0.81 0.10 1.3 0.78 0.54
Hex E5 30 2C 0 4F 51 A 1 4E 36
Octal 345 60 54 0 117 121 12 1 116 66
Binary 11100101 110000 101100 0 1001111 1010001 1010 1 1001110 110110

Color Harmonies of #E5302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5302C

Black with #E5302C

Text Example


Text Example

White with #E5302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5302C; }

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

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

background-color css

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

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

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

border-color css

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

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

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