Html Css Color HEX #E4130D Red

📋 copy color: '#E4130D'

red 228 ◦ green 19 ◦ blue 13

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

Shades of Red #E4130D

Tints of Red #E4130D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.31%

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

R = 87.69%
G = 7.31%
B = 5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E4130D (or 0xE4130D) is known color: Red. HEX triplet: E4, 13 and 0D. RGB value is (228,19,13). Sum of RGB (Red+Green+Blue) = 228+19+13=260 (34% of max value = 765). Red value is 228 (89.45% from 255 or 87.69% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 228 - color contains mainly: red. Hex color #E4130D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4130D is #1BECF2. Grayscale: #515151. Windows color (decimal): -1830131 or 857060. OLE color: 857060.

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

Color convert

RGB 228 19 13 -
CMYK 0 0.92 0.94 0.11
HSL 1.67º 0.89% 0.47% -
HSV(B) 1.67º 0.94% 0.89% -
XYZ 32.3 16.99 1.96 -
YUV 80.81 89.74 232.99 -
System Red Green Blue C M Y K H S L
Decimal 228 19 13 0 0.92 0.94 0.11 1.67 0.89 0.47
Hex E4 13 D 0 5C 5E B 2 59 2F
Octal 344 23 15 0 134 136 13 2 131 57
Binary 11100100 10011 1101 0 1011100 1011110 1011 10 1011001 101111

Color Harmonies of #E4130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4130D

Black with #E4130D

Text Example


Text Example

White with #E4130D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4130D; }

 p { color: rgb(228,19,13); }

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

background-color css

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

 a { background-color: rgb(228,19,13); }

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

border-color css

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

 span { border-color: rgb(228,19,13); }

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