Html Css Color HEX #EC1F03 Scarlet

📋 copy color: '#EC1F03'

red 236 ◦ green 31 ◦ blue 3

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

Shades of Scarlet #EC1F03

Tints of Scarlet #EC1F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 87.41%
G = 11.48%
B = 1.11%

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

#EC1F03 (or 0xEC1F03) is known color: Scarlet. HEX triplet: EC, 1F and 03. RGB value is (236,31,3). Sum of RGB (Red+Green+Blue) = 236+31+3=270 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.41% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1F03 is #13E0FC. Grayscale: #595959. Windows color (decimal): -1302781 or 204780. OLE color: 204780.

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

Color convert

RGB 236 31 3 -
CMYK 0 0.87 0.99 0.07
HSL 7.21º 0.97% 0.47% -
HSV(B) 7.21º 0.99% 0.93% -
XYZ 35.1 18.82 1.87 -
YUV 89.1 79.42 232.78 -
System Red Green Blue C M Y K H S L
Decimal 236 31 3 0 0.87 0.99 0.07 7.21 0.97 0.47
Hex EC 1F 3 0 57 63 7 7 61 2F
Octal 354 37 3 0 127 143 7 7 141 57
Binary 11101100 11111 11 0 1010111 1100011 111 111 1100001 101111

Color Harmonies of #EC1F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F03

Black with #EC1F03

Text Example


Text Example

White with #EC1F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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