Html Css Color HEX #EB2403 Scarlet

📋 copy color: '#EB2403'

red 235 ◦ green 36 ◦ blue 3

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

Shades of Scarlet #EB2403

Tints of Scarlet #EB2403

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.14%

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

R = 85.77%
G = 13.14%
B = 1.09%

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

#EB2403 (or 0xEB2403) is known color: Scarlet. HEX triplet: EB, 24 and 03. RGB value is (235,36,3). Sum of RGB (Red+Green+Blue) = 235+36+3=274 (36% of max value = 765). Red value is 235 (92.19% from 255 or 85.77% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2403 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2403 is #14DBFC. Grayscale: #5C5C5C. Windows color (decimal): -1367037 or 206059. OLE color: 206059.

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

Color convert

RGB 235 36 3 -
CMYK 0 0.85 0.99 0.08
HSL 8.53º 0.97% 0.47% -
HSV(B) 8.53º 0.99% 0.92% -
XYZ 34.91 18.93 1.9 -
YUV 91.74 77.93 230.18 -
System Red Green Blue C M Y K H S L
Decimal 235 36 3 0 0.85 0.99 0.08 8.53 0.97 0.47
Hex EB 24 3 0 55 63 8 9 61 2F
Octal 353 44 3 0 125 143 10 11 141 57
Binary 11101011 100100 11 0 1010101 1100011 1000 1001 1100001 101111

Color Harmonies of #EB2403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2403

Black with #EB2403

Text Example


Text Example

White with #EB2403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2403; }

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

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

background-color css

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

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

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

border-color css

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

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

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