Html Css Color HEX #E8302A Cinnabar

📋 copy color: '#E8302A'

red 232 ◦ green 48 ◦ blue 42

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

Shades of Cinnabar #E8302A

Tints of Cinnabar #E8302A

RGB

 RED value IS 232 (91.02% from 255) = 72.05%

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

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

R = 72.05%
G = 14.91%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E8302A (or 0xE8302A) is known color: Cinnabar. HEX triplet: E8, 30 and 2A. RGB value is (232,48,42). Sum of RGB (Red+Green+Blue) = 232+48+42=322 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.05% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 232 - color contains mainly: red. Hex color #E8302A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8302A is #17CFD5. Grayscale: #666666. Windows color (decimal): -1560534 or 2765032. OLE color: 2765032.

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

Color convert

RGB 232 48 42 -
CMYK 0 0.79 0.82 0.09
HSL 1.89º 0.81% 0.54% -
HSV(B) 1.89º 0.82% 0.91% -
XYZ 34.75 19.44 4.11 -
YUV 102.33 93.96 220.49 -
System Red Green Blue C M Y K H S L
Decimal 232 48 42 0 0.79 0.82 0.09 1.89 0.81 0.54
Hex E8 30 2A 0 4F 52 9 2 51 36
Octal 350 60 52 0 117 122 11 2 121 66
Binary 11101000 110000 101010 0 1001111 1010010 1001 10 1010001 110110

Color Harmonies of #E8302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8302A

Black with #E8302A

Text Example


Text Example

White with #E8302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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