Html Css Color HEX #EC2504 Scarlet

📋 copy color: '#EC2504'

red 236 ◦ green 37 ◦ blue 4

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

Shades of Scarlet #EC2504

Tints of Scarlet #EC2504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.44%

R = 85.2%
G = 13.36%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC2504 (or 0xEC2504) is known color: Scarlet. HEX triplet: EC, 25 and 04. RGB value is (236,37,4). Sum of RGB (Red+Green+Blue) = 236+37+4=277 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.20% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2504 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2504 is #13DAFB. Grayscale: #5D5D5D. Windows color (decimal): -1301244 or 271852. OLE color: 271852.

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

Color convert

RGB 236 37 4 -
CMYK 0 0.84 0.98 0.07
HSL 8.53º 0.97% 0.47% -
HSV(B) 8.53º 0.98% 0.93% -
XYZ 35.28 19.16 1.95 -
YUV 92.74 77.93 230.18 -
System Red Green Blue C M Y K H S L
Decimal 236 37 4 0 0.84 0.98 0.07 8.53 0.97 0.47
Hex EC 25 4 0 54 62 7 9 61 2F
Octal 354 45 4 0 124 142 7 11 141 57
Binary 11101100 100101 100 0 1010100 1100010 111 1001 1100001 101111

Color Harmonies of #EC2504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2504

Black with #EC2504

Text Example


Text Example

White with #EC2504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2504; }

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

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

background-color css

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

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

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

border-color css

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

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

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