Html Css Color HEX #EB130C Red

📋 copy color: '#EB130C'

red 235 ◦ green 19 ◦ blue 12

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

Shades of Red #EB130C

Tints of Red #EB130C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.51%

R = 88.35%
G = 7.14%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB130C (or 0xEB130C) is known color: Red. HEX triplet: EB, 13 and 0C. RGB value is (235,19,12). Sum of RGB (Red+Green+Blue) = 235+19+12=266 (35% of max value = 765). Red value is 235 (92.19% from 255 or 88.35% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 235 - color contains mainly: red. Hex color #EB130C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB130C is #14ECF3. Grayscale: #535353. Windows color (decimal): -1371380 or 791531. OLE color: 791531.

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

Color convert

RGB 235 19 12 -
CMYK 0 0.92 0.95 0.08
HSL 1.88º 0.9% 0.48% -
HSV(B) 1.88º 0.95% 0.92% -
XYZ 34.56 18.15 2.03 -
YUV 82.79 88.06 236.57 -
System Red Green Blue C M Y K H S L
Decimal 235 19 12 0 0.92 0.95 0.08 1.88 0.9 0.48
Hex EB 13 C 0 5C 5F 8 2 5A 30
Octal 353 23 14 0 134 137 10 2 132 60
Binary 11101011 10011 1100 0 1011100 1011111 1000 10 1011010 110000

Color Harmonies of #EB130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB130C

Black with #EB130C

Text Example


Text Example

White with #EB130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB130C; }

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

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

background-color css

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

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

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

border-color css

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

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

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