Html Css Color HEX #EB2803 Scarlet

📋 copy color: '#EB2803'

red 235 ◦ green 40 ◦ blue 3

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

Shades of Scarlet #EB2803

Tints of Scarlet #EB2803

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.39%

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

R = 84.53%
G = 14.39%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB2803 (or 0xEB2803) is known color: Scarlet. HEX triplet: EB, 28 and 03. RGB value is (235,40,3). Sum of RGB (Red+Green+Blue) = 235+40+3=278 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.53% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2803 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2803 is #14D7FC. Grayscale: #5E5E5E. Windows color (decimal): -1366013 or 207083. OLE color: 207083.

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

Color convert

RGB 235 40 3 -
CMYK 0 0.83 0.99 0.08
HSL 9.57º 0.97% 0.47% -
HSV(B) 9.57º 0.99% 0.92% -
XYZ 35.04 19.19 1.94 -
YUV 94.09 76.6 228.51 -
System Red Green Blue C M Y K H S L
Decimal 235 40 3 0 0.83 0.99 0.08 9.57 0.97 0.47
Hex EB 28 3 0 53 63 8 A 61 2F
Octal 353 50 3 0 123 143 10 12 141 57
Binary 11101011 101000 11 0 1010011 1100011 1000 1010 1100001 101111

Color Harmonies of #EB2803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2803

Black with #EB2803

Text Example


Text Example

White with #EB2803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2803; }

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

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

background-color css

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

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

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

border-color css

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

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

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