Html Css Color HEX #EC3102 Scarlet

📋 copy color: '#EC3102'

red 236 ◦ green 49 ◦ blue 2

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

Shades of Scarlet #EC3102

Tints of Scarlet #EC3102

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.07%

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 82.23%
G = 17.07%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC3102 (or 0xEC3102) is known color: Scarlet. HEX triplet: EC, 31 and 02. RGB value is (236,49,2). Sum of RGB (Red+Green+Blue) = 236+49+2=287 (38% of max value = 765). Red value is 236 (92.58% from 255 or 82.23% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3102 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3102 is #13CEFD. Grayscale: #636363. Windows color (decimal): -1298174 or 143852. OLE color: 143852.

HSL color Cylindrical-coordinate representation of color #EC3102: hue angle of 12.05º degrees, saturation: 0.98, 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 #EC3102 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 49 2 -
CMYK 0 0.79 0.99 0.07
HSL 12.05º 0.98% 0.47% -
HSV(B) 12.05º 0.99% 0.93% -
XYZ 35.7 20.03 2.04 -
YUV 99.56 72.95 225.32 -
System Red Green Blue C M Y K H S L
Decimal 236 49 2 0 0.79 0.99 0.07 12.05 0.98 0.47
Hex EC 31 2 0 4F 63 7 C 62 2F
Octal 354 61 2 0 117 143 7 14 142 57
Binary 11101100 110001 10 0 1001111 1100011 111 1100 1100010 101111

Color Harmonies of #EC3102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3102

Black with #EC3102

Text Example


Text Example

White with #EC3102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3102; }

 p { color: rgb(236,49,2); }

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

background-color css

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

 a { background-color: rgb(236,49,2); }

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

border-color css

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

 span { border-color: rgb(236,49,2); }

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