Html Css Color HEX #EC1402 Scarlet

📋 copy color: '#EC1402'

red 236 ◦ green 20 ◦ blue 2

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

Shades of Scarlet #EC1402

Tints of Scarlet #EC1402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.75%

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

R = 91.47%
G = 7.75%
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

#EC1402 (or 0xEC1402) is known color: Scarlet. HEX triplet: EC, 14 and 02. RGB value is (236,20,2). Sum of RGB (Red+Green+Blue) = 236+20+2=258 (34% of max value = 765). Red value is 236 (92.58% from 255 or 91.47% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1402 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1402 is #13EBFD. Grayscale: #525252. Windows color (decimal): -1305598 or 136428. OLE color: 136428.

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

Color convert

RGB 236 20 2 -
CMYK 0 0.92 0.99 0.07
HSL 4.62º 0.98% 0.47% -
HSV(B) 4.62º 0.99% 0.93% -
XYZ 34.85 18.34 1.76 -
YUV 82.53 82.56 237.46 -
System Red Green Blue C M Y K H S L
Decimal 236 20 2 0 0.92 0.99 0.07 4.62 0.98 0.47
Hex EC 14 2 0 5C 63 7 5 62 2F
Octal 354 24 2 0 134 143 7 5 142 57
Binary 11101100 10100 10 0 1011100 1100011 111 101 1100010 101111

Color Harmonies of #EC1402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1402

Black with #EC1402

Text Example


Text Example

White with #EC1402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1402; }

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

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

background-color css

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

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

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

border-color css

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

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

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