Html Css Color HEX #E9302A Cinnabar

📋 copy color: '#E9302A'

red 233 ◦ green 48 ◦ blue 42

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

Shades of Cinnabar #E9302A

Tints of Cinnabar #E9302A

RGB

 RED value IS 233 (91.41% from 255) = 72.14%

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

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

R = 72.14%
G = 14.86%
B = 13%

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

#E9302A (or 0xE9302A) is known color: Cinnabar. HEX triplet: E9, 30 and 2A. RGB value is (233,48,42). Sum of RGB (Red+Green+Blue) = 233+48+42=323 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.14% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 233 - color contains mainly: red. Hex color #E9302A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9302A is #16CFD5. Grayscale: #666666. Windows color (decimal): -1494998 or 2765033. OLE color: 2765033.

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

Color convert

RGB 233 48 42 -
CMYK 0 0.79 0.82 0.09
HSL 1.88º 0.81% 0.54% -
HSV(B) 1.88º 0.82% 0.91% -
XYZ 35.08 19.6 4.13 -
YUV 102.63 93.79 220.99 -
System Red Green Blue C M Y K H S L
Decimal 233 48 42 0 0.79 0.82 0.09 1.88 0.81 0.54
Hex E9 30 2A 0 4F 52 9 2 51 36
Octal 351 60 52 0 117 122 11 2 121 66
Binary 11101001 110000 101010 0 1001111 1010010 1001 10 1010001 110110

Color Harmonies of #E9302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9302A

Black with #E9302A

Text Example


Text Example

White with #E9302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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