Html Css Color HEX #E40F06 Red

📋 copy color: '#E40F06'

red 228 ◦ green 15 ◦ blue 6

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

Shades of Red #E40F06

Tints of Red #E40F06

RGB

 RED value IS 228 (89.45% from 255) = 91.57%

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

 BLUE value IS 6 (2.73% from 255) = 2.41%

R = 91.57%
G = 6.02%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E40F06 (or 0xE40F06) is known color: Red. HEX triplet: E4, 0F and 06. RGB value is (228,15,6). Sum of RGB (Red+Green+Blue) = 228+15+6=249 (32% of max value = 765). Red value is 228 (89.45% from 255 or 91.57% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 228 - color contains mainly: red. Hex color #E40F06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40F06 is #1BF0F9. Grayscale: #4D4D4D. Windows color (decimal): -1831162 or 397284. OLE color: 397284.

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

Color convert

RGB 228 15 6 -
CMYK 0 0.93 0.97 0.11
HSL 2.43º 0.95% 0.46% -
HSV(B) 2.43º 0.97% 0.89% -
XYZ 32.2 16.85 1.73 -
YUV 77.66 87.57 235.23 -
System Red Green Blue C M Y K H S L
Decimal 228 15 6 0 0.93 0.97 0.11 2.43 0.95 0.46
Hex E4 F 6 0 5D 61 B 2 5F 2E
Octal 344 17 6 0 135 141 13 2 137 56
Binary 11100100 1111 110 0 1011101 1100001 1011 10 1011111 101110

Color Harmonies of #E40F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40F06

Black with #E40F06

Text Example


Text Example

White with #E40F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40F06; }

 p { color: rgb(228,15,6); }

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

background-color css

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

 a { background-color: rgb(228,15,6); }

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

border-color css

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

 span { border-color: rgb(228,15,6); }

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