Html Css Color HEX #EC1C05 Scarlet

📋 copy color: '#EC1C05'

red 236 ◦ green 28 ◦ blue 5

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

Shades of Scarlet #EC1C05

Tints of Scarlet #EC1C05

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.41%

 BLUE value IS 5 (2.34% from 255) = 1.86%

R = 87.73%
G = 10.41%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC1C05 (or 0xEC1C05) is known color: Scarlet. HEX triplet: EC, 1C and 05. RGB value is (236,28,5). Sum of RGB (Red+Green+Blue) = 236+28+5=269 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.73% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1C05 is #13E3FA. Grayscale: #575757. Windows color (decimal): -1303547 or 335084. OLE color: 335084.

HSL color Cylindrical-coordinate representation of color #EC1C05: hue angle of 5.97º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC1C05 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 28 5 -
CMYK 0 0.88 0.98 0.07
HSL 5.97º 0.96% 0.47% -
HSV(B) 5.97º 0.98% 0.93% -
XYZ 35.03 18.67 1.9 -
YUV 87.57 81.41 233.87 -
System Red Green Blue C M Y K H S L
Decimal 236 28 5 0 0.88 0.98 0.07 5.97 0.96 0.47
Hex EC 1C 5 0 58 62 7 6 60 2F
Octal 354 34 5 0 130 142 7 6 140 57
Binary 11101100 11100 101 0 1011000 1100010 111 110 1100000 101111

Color Harmonies of #EC1C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1C05

Black with #EC1C05

Text Example


Text Example

White with #EC1C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1C05; }

 p { color: rgb(236,28,5); }

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

background-color css

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

 a { background-color: rgb(236,28,5); }

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

border-color css

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

 span { border-color: rgb(236,28,5); }

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