Html Css Color HEX #EB2203 Scarlet

📋 copy color: '#EB2203'

red 235 ◦ green 34 ◦ blue 3

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

Shades of Scarlet #EB2203

Tints of Scarlet #EB2203

RGB

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

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

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

R = 86.4%
G = 12.5%
B = 1.1%

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

#EB2203 (or 0xEB2203) is known color: Scarlet. HEX triplet: EB, 22 and 03. RGB value is (235,34,3). Sum of RGB (Red+Green+Blue) = 235+34+3=272 (36% of max value = 765). Red value is 235 (92.19% from 255 or 86.40% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2203 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2203 is #14DDFC. Grayscale: #5A5A5A. Windows color (decimal): -1367549 or 205547. OLE color: 205547.

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

Color convert

RGB 235 34 3 -
CMYK 0 0.86 0.99 0.08
HSL 8.02º 0.97% 0.47% -
HSV(B) 8.02º 0.99% 0.92% -
XYZ 34.85 18.81 1.88 -
YUV 90.57 78.59 231.02 -
System Red Green Blue C M Y K H S L
Decimal 235 34 3 0 0.86 0.99 0.08 8.02 0.97 0.47
Hex EB 22 3 0 56 63 8 8 61 2F
Octal 353 42 3 0 126 143 10 10 141 57
Binary 11101011 100010 11 0 1010110 1100011 1000 1000 1100001 101111

Color Harmonies of #EB2203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2203

Black with #EB2203

Text Example


Text Example

White with #EB2203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2203; }

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

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

background-color css

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

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

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

border-color css

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

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

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