Html Css Color HEX #E9301E Cinnabar

📋 copy color: '#E9301E'

red 233 ◦ green 48 ◦ blue 30

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

Shades of Cinnabar #E9301E

Tints of Cinnabar #E9301E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.65%

R = 74.92%
G = 15.43%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E9301E (or 0xE9301E) is known color: Cinnabar. HEX triplet: E9, 30 and 1E. RGB value is (233,48,30). Sum of RGB (Red+Green+Blue) = 233+48+30=311 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.92% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 233 - color contains mainly: red. Hex color #E9301E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9301E is #16CFE1. Grayscale: #656565. Windows color (decimal): -1495010 or 1978601. OLE color: 1978601.

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

Color convert

RGB 233 48 30 -
CMYK 0 0.79 0.87 0.09
HSL 5.32º 0.82% 0.52% -
HSV(B) 5.32º 0.87% 0.91% -
XYZ 34.9 19.53 3.16 -
YUV 101.26 87.79 221.96 -
System Red Green Blue C M Y K H S L
Decimal 233 48 30 0 0.79 0.87 0.09 5.32 0.82 0.52
Hex E9 30 1E 0 4F 57 9 5 52 34
Octal 351 60 36 0 117 127 11 5 122 64
Binary 11101001 110000 11110 0 1001111 1010111 1001 101 1010010 110100

Color Harmonies of #E9301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9301E

Black with #E9301E

Text Example


Text Example

White with #E9301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9301E; }

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

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

background-color css

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

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

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

border-color css

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

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

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