Html Css Color HEX #EC1602 Scarlet

📋 copy color: '#EC1602'

red 236 ◦ green 22 ◦ blue 2

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

Shades of Scarlet #EC1602

Tints of Scarlet #EC1602

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.46%

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

R = 90.77%
G = 8.46%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC1602 (or 0xEC1602) is known color: Scarlet. HEX triplet: EC, 16 and 02. RGB value is (236,22,2). Sum of RGB (Red+Green+Blue) = 236+22+2=260 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.77% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1602 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1602 is #13E9FD. Grayscale: #545454. Windows color (decimal): -1305086 or 136940. OLE color: 136940.

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

Color convert

RGB 236 22 2 -
CMYK 0 0.91 0.99 0.07
HSL 5.13º 0.98% 0.47% -
HSV(B) 5.13º 0.99% 0.93% -
XYZ 34.89 18.41 1.77 -
YUV 83.71 81.9 236.63 -
System Red Green Blue C M Y K H S L
Decimal 236 22 2 0 0.91 0.99 0.07 5.13 0.98 0.47
Hex EC 16 2 0 5B 63 7 5 62 2F
Octal 354 26 2 0 133 143 7 5 142 57
Binary 11101100 10110 10 0 1011011 1100011 111 101 1100010 101111

Color Harmonies of #EC1602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1602

Black with #EC1602

Text Example


Text Example

White with #EC1602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1602; }

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

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

background-color css

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

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

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

border-color css

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

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

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