Html Css Color HEX #E9301D Cinnabar

📋 copy color: '#E9301D'

red 233 ◦ green 48 ◦ blue 29

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

Shades of Cinnabar #E9301D

Tints of Cinnabar #E9301D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.35%

R = 75.16%
G = 15.48%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E9301D (or 0xE9301D) is known color: Cinnabar. HEX triplet: E9, 30 and 1D. RGB value is (233,48,29). Sum of RGB (Red+Green+Blue) = 233+48+29=310 (41% of max value = 765). Red value is 233 (91.41% from 255 or 75.16% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 233 - color contains mainly: red. Hex color #E9301D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9301D is #16CFE2. Grayscale: #656565. Windows color (decimal): -1495011 or 1913065. OLE color: 1913065.

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

Color convert

RGB 233 48 29 -
CMYK 0 0.79 0.88 0.09
HSL 5.59º 0.82% 0.51% -
HSV(B) 5.59º 0.88% 0.91% -
XYZ 34.88 19.53 3.09 -
YUV 101.15 87.29 222.04 -
System Red Green Blue C M Y K H S L
Decimal 233 48 29 0 0.79 0.88 0.09 5.59 0.82 0.51
Hex E9 30 1D 0 4F 58 9 6 52 33
Octal 351 60 35 0 117 130 11 6 122 63
Binary 11101001 110000 11101 0 1001111 1011000 1001 110 1010010 110011

Color Harmonies of #E9301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9301D

Black with #E9301D

Text Example


Text Example

White with #E9301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9301D; }

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

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

background-color css

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

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

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

border-color css

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

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

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