Html Css Color HEX #EB130B Scarlet

📋 copy color: '#EB130B'

red 235 ◦ green 19 ◦ blue 11

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

Shades of Scarlet #EB130B

Tints of Scarlet #EB130B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.15%

R = 88.68%
G = 7.17%
B = 4.15%

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

#EB130B (or 0xEB130B) is known color: Scarlet. HEX triplet: EB, 13 and 0B. RGB value is (235,19,11). Sum of RGB (Red+Green+Blue) = 235+19+11=265 (35% of max value = 765). Red value is 235 (92.19% from 255 or 88.68% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 235 - color contains mainly: red. Hex color #EB130B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB130B is #14ECF4. Grayscale: #525252. Windows color (decimal): -1371381 or 725995. OLE color: 725995.

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

Color convert

RGB 235 19 11 -
CMYK 0 0.92 0.95 0.08
HSL 2.14º 0.91% 0.48% -
HSV(B) 2.14º 0.95% 0.92% -
XYZ 34.55 18.15 2 -
YUV 82.67 87.56 236.65 -
System Red Green Blue C M Y K H S L
Decimal 235 19 11 0 0.92 0.95 0.08 2.14 0.91 0.48
Hex EB 13 B 0 5C 5F 8 2 5B 30
Octal 353 23 13 0 134 137 10 2 133 60
Binary 11101011 10011 1011 0 1011100 1011111 1000 10 1011011 110000

Color Harmonies of #EB130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB130B

Black with #EB130B

Text Example


Text Example

White with #EB130B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB130B; }

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

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

background-color css

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

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

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

border-color css

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

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

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