Html Css Color HEX #E2302A Cinnabar

📋 copy color: '#E2302A'

red 226 ◦ green 48 ◦ blue 42

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

Shades of Cinnabar #E2302A

Tints of Cinnabar #E2302A

RGB

 RED value IS 226 (88.67% from 255) = 71.52%

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

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

R = 71.52%
G = 15.19%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2302A (or 0xE2302A) is known color: Cinnabar. HEX triplet: E2, 30 and 2A. RGB value is (226,48,42). Sum of RGB (Red+Green+Blue) = 226+48+42=316 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.52% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 226 - color contains mainly: red. Hex color #E2302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2302A is #1DCFD5. Grayscale: #646464. Windows color (decimal): -1953750 or 2765026. OLE color: 2765026.

HSL color Cylindrical-coordinate representation of color #E2302A: hue angle of 1.96º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2302A is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 48 42 -
CMYK 0 0.79 0.81 0.11
HSL 1.96º 0.76% 0.53% -
HSV(B) 1.96º 0.81% 0.89% -
XYZ 32.84 18.45 4.02 -
YUV 100.54 94.97 217.49 -
System Red Green Blue C M Y K H S L
Decimal 226 48 42 0 0.79 0.81 0.11 1.96 0.76 0.53
Hex E2 30 2A 0 4F 51 B 2 4C 35
Octal 342 60 52 0 117 121 13 2 114 65
Binary 11100010 110000 101010 0 1001111 1010001 1011 10 1001100 110101

Color Harmonies of #E2302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2302A

Black with #E2302A

Text Example


Text Example

White with #E2302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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