Html Css Color HEX #E90C12 Fire Engine Red

📋 copy color: '#E90C12'

red 233 ◦ green 12 ◦ blue 18

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

Shades of Fire Engine Red #E90C12

Tints of Fire Engine Red #E90C12

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.56%

 BLUE value IS 18 (7.42% from 255) = 6.84%

R = 88.59%
G = 4.56%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E90C12 (or 0xE90C12) is known color: Fire Engine Red. HEX triplet: E9, 0C and 12. RGB value is (233,12,18). Sum of RGB (Red+Green+Blue) = 233+12+18=263 (34% of max value = 765). Red value is 233 (91.41% from 255 or 88.59% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 233 - color contains mainly: red. Hex color #E90C12 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90C12 is #16F3ED. Grayscale: #4E4E4E. Windows color (decimal): -1504238 or 1182953. OLE color: 1182953.

HSL color Cylindrical-coordinate representation of color #E90C12: hue angle of 358.37º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90C12 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 12 18 -
CMYK 0 0.95 0.92 0.09
HSL 358.37º 0.9% 0.48% -
HSV(B) 358.37º 0.95% 0.91% -
XYZ 33.84 17.63 2.19 -
YUV 78.76 93.72 238.01 -
System Red Green Blue C M Y K H S L
Decimal 233 12 18 0 0.95 0.92 0.09 358.37 0.9 0.48
Hex E9 C 12 0 5F 5C 9 166 5A 30
Octal 351 14 22 0 137 134 11 546 132 60
Binary 11101001 1100 10010 0 1011111 1011100 1001 101100110 1011010 110000

Color Harmonies of #E90C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90C12

Black with #E90C12

Text Example


Text Example

White with #E90C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90C12; }

 p { color: rgb(233,12,18); }

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

background-color css

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

 a { background-color: rgb(233,12,18); }

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

border-color css

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

 span { border-color: rgb(233,12,18); }

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