Html Css Color HEX #EB2303 Scarlet

📋 copy color: '#EB2303'

red 235 ◦ green 35 ◦ blue 3

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

Shades of Scarlet #EB2303

Tints of Scarlet #EB2303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.1%

R = 86.08%
G = 12.82%
B = 1.1%

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

#EB2303 (or 0xEB2303) is known color: Scarlet. HEX triplet: EB, 23 and 03. RGB value is (235,35,3). Sum of RGB (Red+Green+Blue) = 235+35+3=273 (36% of max value = 765). Red value is 235 (92.19% from 255 or 86.08% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2303 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2303 is #14DCFC. Grayscale: #5B5B5B. Windows color (decimal): -1367293 or 205803. OLE color: 205803.

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

Color convert

RGB 235 35 3 -
CMYK 0 0.85 0.99 0.08
HSL 8.28º 0.97% 0.47% -
HSV(B) 8.28º 0.99% 0.92% -
XYZ 34.88 18.87 1.89 -
YUV 91.15 78.26 230.6 -
System Red Green Blue C M Y K H S L
Decimal 235 35 3 0 0.85 0.99 0.08 8.28 0.97 0.47
Hex EB 23 3 0 55 63 8 8 61 2F
Octal 353 43 3 0 125 143 10 10 141 57
Binary 11101011 100011 11 0 1010101 1100011 1000 1000 1100001 101111

Color Harmonies of #EB2303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2303

Black with #EB2303

Text Example


Text Example

White with #EB2303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2303; }

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

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

background-color css

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

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

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

border-color css

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

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

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