Html Css Color HEX #EB2503 Scarlet

📋 copy color: '#EB2503'

red 235 ◦ green 37 ◦ blue 3

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

Shades of Scarlet #EB2503

Tints of Scarlet #EB2503

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.45%

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

R = 85.45%
G = 13.45%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB2503 (or 0xEB2503) is known color: Scarlet. HEX triplet: EB, 25 and 03. RGB value is (235,37,3). Sum of RGB (Red+Green+Blue) = 235+37+3=275 (36% of max value = 765). Red value is 235 (92.19% from 255 or 85.45% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2503 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2503 is #14DAFC. Grayscale: #5C5C5C. Windows color (decimal): -1366781 or 206315. OLE color: 206315.

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

Color convert

RGB 235 37 3 -
CMYK 0 0.84 0.99 0.08
HSL 8.79º 0.97% 0.47% -
HSV(B) 8.79º 0.99% 0.92% -
XYZ 34.94 18.99 1.91 -
YUV 92.33 77.6 229.76 -
System Red Green Blue C M Y K H S L
Decimal 235 37 3 0 0.84 0.99 0.08 8.79 0.97 0.47
Hex EB 25 3 0 54 63 8 9 61 2F
Octal 353 45 3 0 124 143 10 11 141 57
Binary 11101011 100101 11 0 1010100 1100011 1000 1001 1100001 101111

Color Harmonies of #EB2503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2503

Black with #EB2503

Text Example


Text Example

White with #EB2503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2503; }

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

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

background-color css

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

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

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

border-color css

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

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

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