Html Css Color HEX #EB130D Red

📋 copy color: '#EB130D'

red 235 ◦ green 19 ◦ blue 13

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

Shades of Red #EB130D

Tints of Red #EB130D

RGB

 RED value IS 235 (92.19% from 255) = 88.01%

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

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

R = 88.01%
G = 7.12%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB130D (or 0xEB130D) is known color: Red. HEX triplet: EB, 13 and 0D. RGB value is (235,19,13). Sum of RGB (Red+Green+Blue) = 235+19+13=267 (35% of max value = 765). Red value is 235 (92.19% from 255 or 88.01% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 235 - color contains mainly: red. Hex color #EB130D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB130D is #14ECF2. Grayscale: #535353. Windows color (decimal): -1371379 or 857067. OLE color: 857067.

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

Color convert

RGB 235 19 13 -
CMYK 0 0.92 0.94 0.08
HSL 1.62º 0.9% 0.49% -
HSV(B) 1.62º 0.94% 0.92% -
XYZ 34.57 18.16 2.06 -
YUV 82.9 88.56 236.49 -
System Red Green Blue C M Y K H S L
Decimal 235 19 13 0 0.92 0.94 0.08 1.62 0.9 0.49
Hex EB 13 D 0 5C 5E 8 2 5A 31
Octal 353 23 15 0 134 136 10 2 132 61
Binary 11101011 10011 1101 0 1011100 1011110 1000 10 1011010 110001

Color Harmonies of #EB130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB130D

Black with #EB130D

Text Example


Text Example

White with #EB130D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB130D; }

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

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

background-color css

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

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

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

border-color css

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

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

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