Html Css Color HEX #EB0D0E Fire Engine Red

📋 copy color: '#EB0D0E'

red 235 ◦ green 13 ◦ blue 14

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

Shades of Fire Engine Red #EB0D0E

Tints of Fire Engine Red #EB0D0E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.96%

 BLUE value IS 14 (5.86% from 255) = 5.34%

R = 89.69%
G = 4.96%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB0D0E (or 0xEB0D0E) is known color: Fire Engine Red. HEX triplet: EB, 0D and 0E. RGB value is (235,13,14). Sum of RGB (Red+Green+Blue) = 235+13+14=262 (34% of max value = 765). Red value is 235 (92.19% from 255 or 89.69% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0D0E is #14F2F1. Grayscale: #4F4F4F. Windows color (decimal): -1372914 or 921067. OLE color: 921067.

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

Color convert

RGB 235 13 14 -
CMYK 0 0.94 0.94 0.08
HSL 359.73º 0.9% 0.49% -
HSV(B) 359.73º 0.94% 0.92% -
XYZ 34.48 17.98 2.07 -
YUV 79.49 91.05 238.92 -
System Red Green Blue C M Y K H S L
Decimal 235 13 14 0 0.94 0.94 0.08 359.73 0.9 0.49
Hex EB D E 0 5E 5E 8 168 5A 31
Octal 353 15 16 0 136 136 10 550 132 61
Binary 11101011 1101 1110 0 1011110 1011110 1000 101101000 1011010 110001

Color Harmonies of #EB0D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0D0E

Black with #EB0D0E

Text Example


Text Example

White with #EB0D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0D0E; }

 p { color: rgb(235,13,14); }

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

background-color css

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

 a { background-color: rgb(235,13,14); }

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

border-color css

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

 span { border-color: rgb(235,13,14); }

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