Html Css Color HEX #E5302A Cinnabar

📋 copy color: '#E5302A'

red 229 ◦ green 48 ◦ blue 42

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

Shades of Cinnabar #E5302A

Tints of Cinnabar #E5302A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.17%

R = 71.79%
G = 15.05%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5302A (or 0xE5302A) is known color: Cinnabar. HEX triplet: E5, 30 and 2A. RGB value is (229,48,42). Sum of RGB (Red+Green+Blue) = 229+48+42=319 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.79% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 229 - color contains mainly: red. Hex color #E5302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5302A is #1ACFD5. Grayscale: #656565. Windows color (decimal): -1757142 or 2765029. OLE color: 2765029.

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

Color convert

RGB 229 48 42 -
CMYK 0 0.79 0.82 0.10
HSL 1.93º 0.78% 0.53% -
HSV(B) 1.93º 0.82% 0.9% -
XYZ 33.79 18.94 4.07 -
YUV 101.44 94.47 218.99 -
System Red Green Blue C M Y K H S L
Decimal 229 48 42 0 0.79 0.82 0.10 1.93 0.78 0.53
Hex E5 30 2A 0 4F 52 A 2 4E 35
Octal 345 60 52 0 117 122 12 2 116 65
Binary 11100101 110000 101010 0 1001111 1010010 1010 10 1001110 110101

Color Harmonies of #E5302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5302A

Black with #E5302A

Text Example


Text Example

White with #E5302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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