Html Css Color HEX #EE0915 Fire Engine Red

📋 copy color: '#EE0915'

red 238 ◦ green 9 ◦ blue 21

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

Shades of Fire Engine Red #EE0915

Tints of Fire Engine Red #EE0915

RGB

 RED value IS 238 (93.36% from 255) = 88.81%

 GREEN value IS 9 (3.91% from 255) = 3.36%

 BLUE value IS 21 (8.59% from 255) = 7.84%

R = 88.81%
G = 3.36%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE0915 (or 0xEE0915) is known color: Fire Engine Red. HEX triplet: EE, 09 and 15. RGB value is (238,9,21). Sum of RGB (Red+Green+Blue) = 238+9+21=268 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.81% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0915 is #11F6EA. Grayscale: #4F4F4F. Windows color (decimal): -1177323 or 1378798. OLE color: 1378798.

HSL color Cylindrical-coordinate representation of color #EE0915: hue angle of 356.86º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0915 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 9 21 -
CMYK 0 0.96 0.91 0.07
HSL 356.86º 0.93% 0.48% -
HSV(B) 356.86º 0.96% 0.93% -
XYZ 35.49 18.43 2.4 -
YUV 78.84 95.37 241.52 -
System Red Green Blue C M Y K H S L
Decimal 238 9 21 0 0.96 0.91 0.07 356.86 0.93 0.48
Hex EE 9 15 0 60 5B 7 165 5D 30
Octal 356 11 25 0 140 133 7 545 135 60
Binary 11101110 1001 10101 0 1100000 1011011 111 101100101 1011101 110000

Color Harmonies of #EE0915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0915

Black with #EE0915

Text Example


Text Example

White with #EE0915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0915; }

 p { color: rgb(238,9,21); }

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

background-color css

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

 a { background-color: rgb(238,9,21); }

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

border-color css

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

 span { border-color: rgb(238,9,21); }

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