Html Css Color HEX #E80F0D Red

📋 copy color: '#E80F0D'

red 232 ◦ green 15 ◦ blue 13

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

Shades of Red #E80F0D

Tints of Red #E80F0D

RGB

 RED value IS 232 (91.02% from 255) = 89.23%

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

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

R = 89.23%
G = 5.77%
B = 5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E80F0D (or 0xE80F0D) is known color: Red. HEX triplet: E8, 0F and 0D. RGB value is (232,15,13). Sum of RGB (Red+Green+Blue) = 232+15+13=260 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.23% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80F0D is #17F0F2. Grayscale: #4F4F4F. Windows color (decimal): -1569011 or 856040. OLE color: 856040.

HSL color Cylindrical-coordinate representation of color #E80F0D: hue angle of 0.55º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80F0D is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 15 13 -
CMYK 0 0.94 0.94 0.09
HSL 0.55º 0.89% 0.48% -
HSV(B) 0.55º 0.94% 0.91% -
XYZ 33.52 17.53 2 -
YUV 79.66 90.39 236.66 -
System Red Green Blue C M Y K H S L
Decimal 232 15 13 0 0.94 0.94 0.09 0.55 0.89 0.48
Hex E8 F D 0 5E 5E 9 1 59 30
Octal 350 17 15 0 136 136 11 1 131 60
Binary 11101000 1111 1101 0 1011110 1011110 1001 1 1011001 110000

Color Harmonies of #E80F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80F0D

Black with #E80F0D

Text Example


Text Example

White with #E80F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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