Html Css Color HEX #EB2302 Scarlet

📋 copy color: '#EB2302'

red 235 ◦ green 35 ◦ blue 2

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

Shades of Scarlet #EB2302

Tints of Scarlet #EB2302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

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

R = 86.4%
G = 12.87%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB2302 (or 0xEB2302) is known color: Scarlet. HEX triplet: EB, 23 and 02. RGB value is (235,35,2). Sum of RGB (Red+Green+Blue) = 235+35+2=272 (36% of max value = 765). Red value is 235 (92.19% from 255 or 86.40% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2302 is #14DCFD. Grayscale: #5B5B5B. Windows color (decimal): -1367294 or 140267. OLE color: 140267.

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

Color convert

RGB 235 35 2 -
CMYK 0 0.85 0.99 0.08
HSL 8.5º 0.98% 0.46% -
HSV(B) 8.5º 0.99% 0.92% -
XYZ 34.87 18.87 1.86 -
YUV 91.04 77.76 230.68 -
System Red Green Blue C M Y K H S L
Decimal 235 35 2 0 0.85 0.99 0.08 8.5 0.98 0.46
Hex EB 23 2 0 55 63 8 8 62 2E
Octal 353 43 2 0 125 143 10 10 142 56
Binary 11101011 100011 10 0 1010101 1100011 1000 1000 1100010 101110

Color Harmonies of #EB2302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2302

Black with #EB2302

Text Example


Text Example

White with #EB2302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2302; }

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

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

background-color css

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

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

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

border-color css

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

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

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