Html Css Color HEX #EB2202 Scarlet

📋 copy color: '#EB2202'

red 235 ◦ green 34 ◦ blue 2

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

Shades of Scarlet #EB2202

Tints of Scarlet #EB2202

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.55%

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

R = 86.72%
G = 12.55%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB2202 (or 0xEB2202) is known color: Scarlet. HEX triplet: EB, 22 and 02. RGB value is (235,34,2). Sum of RGB (Red+Green+Blue) = 235+34+2=271 (35% of max value = 765). Red value is 235 (92.19% from 255 or 86.72% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2202 is #14DDFD. Grayscale: #5A5A5A. Windows color (decimal): -1367550 or 140011. OLE color: 140011.

HSL color Cylindrical-coordinate representation of color #EB2202: hue angle of 8.24º 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 #EB2202 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 34 2 -
CMYK 0 0.86 0.99 0.08
HSL 8.24º 0.98% 0.46% -
HSV(B) 8.24º 0.99% 0.92% -
XYZ 34.84 18.81 1.85 -
YUV 90.45 78.09 231.1 -
System Red Green Blue C M Y K H S L
Decimal 235 34 2 0 0.86 0.99 0.08 8.24 0.98 0.46
Hex EB 22 2 0 56 63 8 8 62 2E
Octal 353 42 2 0 126 143 10 10 142 56
Binary 11101011 100010 10 0 1010110 1100011 1000 1000 1100010 101110

Color Harmonies of #EB2202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2202

Black with #EB2202

Text Example


Text Example

White with #EB2202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2202; }

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

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

background-color css

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

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

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

border-color css

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

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

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