Html Css Color HEX #EB130E Red

📋 copy color: '#EB130E'

red 235 ◦ green 19 ◦ blue 14

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

Shades of Red #EB130E

Tints of Red #EB130E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.22%

R = 87.69%
G = 7.09%
B = 5.22%

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

#EB130E (or 0xEB130E) is known color: Red. HEX triplet: EB, 13 and 0E. RGB value is (235,19,14). Sum of RGB (Red+Green+Blue) = 235+19+14=268 (35% of max value = 765). Red value is 235 (92.19% from 255 or 87.69% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 235 - color contains mainly: red. Hex color #EB130E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB130E is #14ECF1. Grayscale: #535353. Windows color (decimal): -1371378 or 922603. OLE color: 922603.

HSL color Cylindrical-coordinate representation of color #EB130E: hue angle of 1.36º degrees, saturation: 0.89, 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 #EB130E is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 19 14 -
CMYK 0 0.92 0.94 0.08
HSL 1.36º 0.89% 0.49% -
HSV(B) 1.36º 0.94% 0.92% -
XYZ 34.57 18.16 2.1 -
YUV 83.01 89.06 236.41 -
System Red Green Blue C M Y K H S L
Decimal 235 19 14 0 0.92 0.94 0.08 1.36 0.89 0.49
Hex EB 13 E 0 5C 5E 8 1 59 31
Octal 353 23 16 0 134 136 10 1 131 61
Binary 11101011 10011 1110 0 1011100 1011110 1000 1 1011001 110001

Color Harmonies of #EB130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB130E

Black with #EB130E

Text Example


Text Example

White with #EB130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB130E; }

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

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

background-color css

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

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

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

border-color css

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

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

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