Html Css Color HEX #EC250A Scarlet

📋 copy color: '#EC250A'

red 236 ◦ green 37 ◦ blue 10

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

Shades of Scarlet #EC250A

Tints of Scarlet #EC250A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.53%

R = 83.39%
G = 13.07%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC250A (or 0xEC250A) is known color: Scarlet. HEX triplet: EC, 25 and 0A. RGB value is (236,37,10). Sum of RGB (Red+Green+Blue) = 236+37+10=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC250A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC250A is #13DAF5. Grayscale: #5D5D5D. Windows color (decimal): -1301238 or 665068. OLE color: 665068.

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

Color convert

RGB 236 37 10 -
CMYK 0 0.84 0.96 0.07
HSL 7.17º 0.92% 0.48% -
HSV(B) 7.17º 0.96% 0.93% -
XYZ 35.31 19.18 2.13 -
YUV 93.42 80.93 229.7 -
System Red Green Blue C M Y K H S L
Decimal 236 37 10 0 0.84 0.96 0.07 7.17 0.92 0.48
Hex EC 25 A 0 54 60 7 7 5C 30
Octal 354 45 12 0 124 140 7 7 134 60
Binary 11101100 100101 1010 0 1010100 1100000 111 111 1011100 110000

Color Harmonies of #EC250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC250A

Black with #EC250A

Text Example


Text Example

White with #EC250A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC250A; }

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

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

background-color css

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

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

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

border-color css

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

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

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