Html Css Color HEX #EB1502 Scarlet

📋 copy color: '#EB1502'

red 235 ◦ green 21 ◦ blue 2

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

Shades of Scarlet #EB1502

Tints of Scarlet #EB1502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.14%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 91.09%
G = 8.14%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB1502 (or 0xEB1502) is known color: Scarlet. HEX triplet: EB, 15 and 02. RGB value is (235,21,2). Sum of RGB (Red+Green+Blue) = 235+21+2=258 (34% of max value = 765). Red value is 235 (92.19% from 255 or 91.09% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB1502 is #14EAFD. Grayscale: #535353. Windows color (decimal): -1370878 or 136683. OLE color: 136683.

HSL color Cylindrical-coordinate representation of color #EB1502: hue angle of 4.89º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EB1502 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 21 2 -
CMYK 0 0.91 0.99 0.08
HSL 4.89º 0.98% 0.46% -
HSV(B) 4.89º 0.99% 0.92% -
XYZ 34.54 18.2 1.75 -
YUV 82.82 82.4 236.54 -
System Red Green Blue C M Y K H S L
Decimal 235 21 2 0 0.91 0.99 0.08 4.89 0.98 0.46
Hex EB 15 2 0 5B 63 8 5 62 2E
Octal 353 25 2 0 133 143 10 5 142 56
Binary 11101011 10101 10 0 1011011 1100011 1000 101 1100010 101110

Color Harmonies of #EB1502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1502

Black with #EB1502

Text Example


Text Example

White with #EB1502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1502; }

 p { color: rgb(235,21,2); }

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

background-color css

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

 a { background-color: rgb(235,21,2); }

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

border-color css

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

 span { border-color: rgb(235,21,2); }

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