Html Css Color HEX #EB0C1D Fire Engine Red

📋 copy color: '#EB0C1D'

red 235 ◦ green 12 ◦ blue 29

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

Shades of Fire Engine Red #EB0C1D

Tints of Fire Engine Red #EB0C1D

RGB

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

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

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

R = 85.14%
G = 4.35%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EB0C1D (or 0xEB0C1D) is known color: Fire Engine Red. HEX triplet: EB, 0C and 1D. RGB value is (235,12,29). Sum of RGB (Red+Green+Blue) = 235+12+29=276 (36% of max value = 765). Red value is 235 (92.19% from 255 or 85.14% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0C1D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB0C1D is #14F3E2. Grayscale: #505050. Windows color (decimal): -1373155 or 1903851. OLE color: 1903851.

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

Color convert

RGB 235 12 29 -
CMYK 0 0.95 0.88 0.08
HSL 355.43º 0.9% 0.48% -
HSV(B) 355.43º 0.95% 0.92% -
XYZ 34.61 18.01 2.82 -
YUV 80.62 98.88 238.12 -
System Red Green Blue C M Y K H S L
Decimal 235 12 29 0 0.95 0.88 0.08 355.43 0.9 0.48
Hex EB C 1D 0 5F 58 8 163 5A 30
Octal 353 14 35 0 137 130 10 543 132 60
Binary 11101011 1100 11101 0 1011111 1011000 1000 101100011 1011010 110000

Color Harmonies of #EB0C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0C1D

Black with #EB0C1D

Text Example


Text Example

White with #EB0C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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