Html Css Color HEX #E20F03 Red

📋 copy color: '#E20F03'

red 226 ◦ green 15 ◦ blue 3

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

Shades of Red #E20F03

Tints of Red #E20F03

RGB

 RED value IS 226 (88.67% from 255) = 92.62%

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

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

R = 92.62%
G = 6.15%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E20F03 (or 0xE20F03) is known color: Red. HEX triplet: E2, 0F and 03. RGB value is (226,15,3). Sum of RGB (Red+Green+Blue) = 226+15+3=244 (32% of max value = 765). Red value is 226 (88.67% from 255 or 92.62% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20F03 is #1DF0FC. Grayscale: #4C4C4C. Windows color (decimal): -1962237 or 200674. OLE color: 200674.

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

Color convert

RGB 226 15 3 -
CMYK 0 0.93 0.99 0.11
HSL 3.23º 0.97% 0.45% -
HSV(B) 3.23º 0.99% 0.89% -
XYZ 31.55 16.52 1.61 -
YUV 76.72 86.4 234.48 -
System Red Green Blue C M Y K H S L
Decimal 226 15 3 0 0.93 0.99 0.11 3.23 0.97 0.45
Hex E2 F 3 0 5D 63 B 3 61 2D
Octal 342 17 3 0 135 143 13 3 141 55
Binary 11100010 1111 11 0 1011101 1100011 1011 11 1100001 101101

Color Harmonies of #E20F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20F03

Black with #E20F03

Text Example


Text Example

White with #E20F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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