Html Css Color HEX #E5302D Cinnabar

📋 copy color: '#E5302D'

red 229 ◦ green 48 ◦ blue 45

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

Shades of Cinnabar #E5302D

Tints of Cinnabar #E5302D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.98%

R = 71.12%
G = 14.91%
B = 13.98%

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

#E5302D (or 0xE5302D) is known color: Cinnabar. HEX triplet: E5, 30 and 2D. RGB value is (229,48,45). Sum of RGB (Red+Green+Blue) = 229+48+45=322 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.12% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 229 - color contains mainly: red. Hex color #E5302D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5302D is #1ACFD2. Grayscale: #656565. Windows color (decimal): -1757139 or 2961637. OLE color: 2961637.

HSL color Cylindrical-coordinate representation of color #E5302D: hue angle of 0.98º 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 #E5302D is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 48 45 -
CMYK 0 0.79 0.80 0.10
HSL 0.98º 0.78% 0.54% -
HSV(B) 0.98º 0.8% 0.9% -
XYZ 33.84 18.96 4.36 -
YUV 101.78 95.97 218.74 -
System Red Green Blue C M Y K H S L
Decimal 229 48 45 0 0.79 0.80 0.10 0.98 0.78 0.54
Hex E5 30 2D 0 4F 50 A 1 4E 36
Octal 345 60 55 0 117 120 12 1 116 66
Binary 11100101 110000 101101 0 1001111 1010000 1010 1 1001110 110110

Color Harmonies of #E5302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5302D

Black with #E5302D

Text Example


Text Example

White with #E5302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5302D; }

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

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

background-color css

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

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

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

border-color css

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

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

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