Html Css Color HEX #EB0D1D Fire Engine Red

📋 copy color: '#EB0D1D'

red 235 ◦ green 13 ◦ blue 29

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

Shades of Fire Engine Red #EB0D1D

Tints of Fire Engine Red #EB0D1D

RGB

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

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

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

R = 84.84%
G = 4.69%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB0D1D (or 0xEB0D1D) is known color: Fire Engine Red. HEX triplet: EB, 0D and 1D. RGB value is (235,13,29). Sum of RGB (Red+Green+Blue) = 235+13+29=277 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.84% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0D1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0D1D is #14F2E2. Grayscale: #515151. Windows color (decimal): -1372899 or 1904107. OLE color: 1904107.

HSL color Cylindrical-coordinate representation of color #EB0D1D: hue angle of 355.68º 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 #EB0D1D is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 13 29 -
CMYK 0 0.94 0.88 0.08
HSL 355.68º 0.9% 0.49% -
HSV(B) 355.68º 0.94% 0.92% -
XYZ 34.63 18.04 2.82 -
YUV 81.2 98.55 237.7 -
System Red Green Blue C M Y K H S L
Decimal 235 13 29 0 0.94 0.88 0.08 355.68 0.9 0.49
Hex EB D 1D 0 5E 58 8 164 5A 31
Octal 353 15 35 0 136 130 10 544 132 61
Binary 11101011 1101 11101 0 1011110 1011000 1000 101100100 1011010 110001

Color Harmonies of #EB0D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0D1D

Black with #EB0D1D

Text Example


Text Example

White with #EB0D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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