Html Css Color HEX #EC1302 Scarlet

📋 copy color: '#EC1302'

red 236 ◦ green 19 ◦ blue 2

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

Shades of Scarlet #EC1302

Tints of Scarlet #EC1302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.39%

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

R = 91.83%
G = 7.39%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC1302 (or 0xEC1302) is known color: Scarlet. HEX triplet: EC, 13 and 02. RGB value is (236,19,2). Sum of RGB (Red+Green+Blue) = 236+19+2=257 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.83% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1302 is #13ECFD. Grayscale: #525252. Windows color (decimal): -1305854 or 136172. OLE color: 136172.

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

Color convert

RGB 236 19 2 -
CMYK 0 0.92 0.99 0.07
HSL 4.36º 0.98% 0.47% -
HSV(B) 4.36º 0.99% 0.93% -
XYZ 34.84 18.3 1.75 -
YUV 81.95 82.89 237.88 -
System Red Green Blue C M Y K H S L
Decimal 236 19 2 0 0.92 0.99 0.07 4.36 0.98 0.47
Hex EC 13 2 0 5C 63 7 4 62 2F
Octal 354 23 2 0 134 143 7 4 142 57
Binary 11101100 10011 10 0 1011100 1100011 111 100 1100010 101111

Color Harmonies of #EC1302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1302

Black with #EC1302

Text Example


Text Example

White with #EC1302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1302; }

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

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

background-color css

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

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

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

border-color css

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

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

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