Html Css Color HEX #E10F03 Red

📋 copy color: '#E10F03'

red 225 ◦ green 15 ◦ blue 3

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

Shades of Red #E10F03

Tints of Red #E10F03

RGB

 RED value IS 225 (88.28% from 255) = 92.59%

 GREEN value IS 15 (6.25% from 255) = 6.17%

 BLUE value IS 3 (1.56% from 255) = 1.23%

R = 92.59%
G = 6.17%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E10F03 (or 0xE10F03) is known color: Red. HEX triplet: E1, 0F and 03. RGB value is (225,15,3). Sum of RGB (Red+Green+Blue) = 225+15+3=243 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.59% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 225 - color contains mainly: red. Hex color #E10F03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10F03 is #1EF0FC. Grayscale: #4C4C4C. Windows color (decimal): -2027773 or 200673. OLE color: 200673.

HSL color Cylindrical-coordinate representation of color #E10F03: hue angle of 3.24º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10F03 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 15 3 -
CMYK 0 0.93 0.99 0.12
HSL 3.24º 0.97% 0.45% -
HSV(B) 3.24º 0.99% 0.88% -
XYZ 31.24 16.36 1.6 -
YUV 76.42 86.57 233.98 -
System Red Green Blue C M Y K H S L
Decimal 225 15 3 0 0.93 0.99 0.12 3.24 0.97 0.45
Hex E1 F 3 0 5D 63 C 3 61 2D
Octal 341 17 3 0 135 143 14 3 141 55
Binary 11100001 1111 11 0 1011101 1100011 1100 11 1100001 101101

Color Harmonies of #E10F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10F03

Black with #E10F03

Text Example


Text Example

White with #E10F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10F03; }

 p { color: rgb(225,15,3); }

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

background-color css

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

 a { background-color: rgb(225,15,3); }

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

border-color css

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

 span { border-color: rgb(225,15,3); }

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