Html Css Color HEX #E00F0D Red

📋 copy color: '#E00F0D'

red 224 ◦ green 15 ◦ blue 13

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

Shades of Red #E00F0D

Tints of Red #E00F0D

RGB

 RED value IS 224 (87.89% from 255) = 88.89%

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

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 88.89%
G = 5.95%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E00F0D (or 0xE00F0D) is known color: Red. HEX triplet: E0, 0F and 0D. RGB value is (224,15,13). Sum of RGB (Red+Green+Blue) = 224+15+13=252 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.89% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00F0D is #1FF0F2. Grayscale: #4D4D4D. Windows color (decimal): -2093299 or 856032. OLE color: 856032.

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

Color convert

RGB 224 15 13 -
CMYK 0 0.93 0.94 0.12
HSL 0.57º 0.89% 0.46% -
HSV(B) 0.57º 0.94% 0.88% -
XYZ 30.98 16.22 1.88 -
YUV 77.26 91.74 232.66 -
System Red Green Blue C M Y K H S L
Decimal 224 15 13 0 0.93 0.94 0.12 0.57 0.89 0.46
Hex E0 F D 0 5D 5E C 1 59 2E
Octal 340 17 15 0 135 136 14 1 131 56
Binary 11100000 1111 1101 0 1011101 1011110 1100 1 1011001 101110

Color Harmonies of #E00F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00F0D

Black with #E00F0D

Text Example


Text Example

White with #E00F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00F0D; }

 p { color: rgb(224,15,13); }

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

background-color css

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

 a { background-color: rgb(224,15,13); }

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

border-color css

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

 span { border-color: rgb(224,15,13); }

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