Html Css Color HEX #E9302C Cinnabar

📋 copy color: '#E9302C'

red 233 ◦ green 48 ◦ blue 44

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

Shades of Cinnabar #E9302C

Tints of Cinnabar #E9302C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.54%

R = 71.69%
G = 14.77%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E9302C (or 0xE9302C) is known color: Cinnabar. HEX triplet: E9, 30 and 2C. RGB value is (233,48,44). Sum of RGB (Red+Green+Blue) = 233+48+44=325 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.69% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 233 - color contains mainly: red. Hex color #E9302C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9302C is #16CFD3. Grayscale: #676767. Windows color (decimal): -1494996 or 2896105. OLE color: 2896105.

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

Color convert

RGB 233 48 44 -
CMYK 0 0.79 0.81 0.09
HSL 1.27º 0.81% 0.54% -
HSV(B) 1.27º 0.81% 0.91% -
XYZ 35.12 19.62 4.32 -
YUV 102.86 94.79 220.83 -
System Red Green Blue C M Y K H S L
Decimal 233 48 44 0 0.79 0.81 0.09 1.27 0.81 0.54
Hex E9 30 2C 0 4F 51 9 1 51 36
Octal 351 60 54 0 117 121 11 1 121 66
Binary 11101001 110000 101100 0 1001111 1010001 1001 1 1010001 110110

Color Harmonies of #E9302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9302C

Black with #E9302C

Text Example


Text Example

White with #E9302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9302C; }

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

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

background-color css

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

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

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

border-color css

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

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

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