Html Css Color HEX #EC1F02 Scarlet

📋 copy color: '#EC1F02'

red 236 ◦ green 31 ◦ blue 2

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

Shades of Scarlet #EC1F02

Tints of Scarlet #EC1F02

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.52%

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

R = 87.73%
G = 11.52%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC1F02 (or 0xEC1F02) is known color: Scarlet. HEX triplet: EC, 1F and 02. RGB value is (236,31,2). Sum of RGB (Red+Green+Blue) = 236+31+2=269 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.73% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1F02 is #13E0FD. Grayscale: #595959. Windows color (decimal): -1302782 or 139244. OLE color: 139244.

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

Color convert

RGB 236 31 2 -
CMYK 0 0.87 0.99 0.07
HSL 7.44º 0.98% 0.47% -
HSV(B) 7.44º 0.99% 0.93% -
XYZ 35.09 18.82 1.84 -
YUV 88.99 78.92 232.86 -
System Red Green Blue C M Y K H S L
Decimal 236 31 2 0 0.87 0.99 0.07 7.44 0.98 0.47
Hex EC 1F 2 0 57 63 7 7 62 2F
Octal 354 37 2 0 127 143 7 7 142 57
Binary 11101100 11111 10 0 1010111 1100011 111 111 1100010 101111

Color Harmonies of #EC1F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F02

Black with #EC1F02

Text Example


Text Example

White with #EC1F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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