Html Css Color HEX #EC2503 Scarlet

📋 copy color: '#EC2503'

red 236 ◦ green 37 ◦ blue 3

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

Shades of Scarlet #EC2503

Tints of Scarlet #EC2503

RGB

 RED value IS 236 (92.58% from 255) = 85.51%

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

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

R = 85.51%
G = 13.41%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC2503 (or 0xEC2503) is known color: Scarlet. HEX triplet: EC, 25 and 03. RGB value is (236,37,3). Sum of RGB (Red+Green+Blue) = 236+37+3=276 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.51% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2503 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2503 is #13DAFC. Grayscale: #5C5C5C. Windows color (decimal): -1301245 or 206316. OLE color: 206316.

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

Color convert

RGB 236 37 3 -
CMYK 0 0.84 0.99 0.07
HSL 8.76º 0.97% 0.47% -
HSV(B) 8.76º 0.99% 0.93% -
XYZ 35.27 19.16 1.93 -
YUV 92.63 77.43 230.26 -
System Red Green Blue C M Y K H S L
Decimal 236 37 3 0 0.84 0.99 0.07 8.76 0.97 0.47
Hex EC 25 3 0 54 63 7 9 61 2F
Octal 354 45 3 0 124 143 7 11 141 57
Binary 11101100 100101 11 0 1010100 1100011 111 1001 1100001 101111

Color Harmonies of #EC2503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2503

Black with #EC2503

Text Example


Text Example

White with #EC2503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2503; }

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

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

background-color css

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

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

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

border-color css

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

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

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