Html Css Color HEX #EC2510 Scarlet

📋 copy color: '#EC2510'

red 236 ◦ green 37 ◦ blue 16

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

Shades of Scarlet #EC2510

Tints of Scarlet #EC2510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.54%

R = 81.66%
G = 12.8%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC2510 (or 0xEC2510) is known color: Scarlet. HEX triplet: EC, 25 and 10. RGB value is (236,37,16). Sum of RGB (Red+Green+Blue) = 236+37+16=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2510 is #13DAEF. Grayscale: #5E5E5E. Windows color (decimal): -1301232 or 1058284. OLE color: 1058284.

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

Color convert

RGB 236 37 16 -
CMYK 0 0.84 0.93 0.07
HSL 5.73º 0.87% 0.49% -
HSV(B) 5.73º 0.93% 0.93% -
XYZ 35.35 19.19 2.33 -
YUV 94.11 83.93 229.21 -
System Red Green Blue C M Y K H S L
Decimal 236 37 16 0 0.84 0.93 0.07 5.73 0.87 0.49
Hex EC 25 10 0 54 5D 7 6 57 31
Octal 354 45 20 0 124 135 7 6 127 61
Binary 11101100 100101 10000 0 1010100 1011101 111 110 1010111 110001

Color Harmonies of #EC2510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2510

Black with #EC2510

Text Example


Text Example

White with #EC2510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2510; }

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

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

background-color css

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

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

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

border-color css

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

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

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