Html Css Color HEX #EB0717 Fire Engine Red

📋 copy color: '#EB0717'

red 235 ◦ green 7 ◦ blue 23

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

Shades of Fire Engine Red #EB0717

Tints of Fire Engine Red #EB0717

RGB

 RED value IS 235 (92.19% from 255) = 88.68%

 GREEN value IS 7 (3.13% from 255) = 2.64%

 BLUE value IS 23 (9.38% from 255) = 8.68%

R = 88.68%
G = 2.64%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EB0717 (or 0xEB0717) is known color: Fire Engine Red. HEX triplet: EB, 07 and 17. RGB value is (235,7,23). Sum of RGB (Red+Green+Blue) = 235+7+23=265 (35% of max value = 765). Red value is 235 (92.19% from 255 or 88.68% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0717 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0717 is #14F8E8. Grayscale: #4D4D4D. Windows color (decimal): -1374441 or 1509355. OLE color: 1509355.

HSL color Cylindrical-coordinate representation of color #EB0717: hue angle of 355.79º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EB0717 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 7 23 -
CMYK 0 0.97 0.90 0.08
HSL 355.79º 0.94% 0.47% -
HSV(B) 355.79º 0.97% 0.92% -
XYZ 34.49 17.88 2.44 -
YUV 77 97.54 240.7 -
System Red Green Blue C M Y K H S L
Decimal 235 7 23 0 0.97 0.90 0.08 355.79 0.94 0.47
Hex EB 7 17 0 61 5A 8 164 5E 2F
Octal 353 7 27 0 141 132 10 544 136 57
Binary 11101011 111 10111 0 1100001 1011010 1000 101100100 1011110 101111

Color Harmonies of #EB0717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0717

Black with #EB0717

Text Example


Text Example

White with #EB0717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0717; }

 p { color: rgb(235,7,23); }

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

background-color css

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

 a { background-color: rgb(235,7,23); }

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

border-color css

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

 span { border-color: rgb(235,7,23); }

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