Html Css Color HEX #EC1405 Scarlet

📋 copy color: '#EC1405'

red 236 ◦ green 20 ◦ blue 5

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

Shades of Scarlet #EC1405

Tints of Scarlet #EC1405

RGB

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

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

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

R = 90.42%
G = 7.66%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC1405 (or 0xEC1405) is known color: Scarlet. HEX triplet: EC, 14 and 05. RGB value is (236,20,5). Sum of RGB (Red+Green+Blue) = 236+20+5=261 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.42% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1405 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1405 is #13EBFA. Grayscale: #535353. Windows color (decimal): -1305595 or 333036. OLE color: 333036.

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

Color convert

RGB 236 20 5 -
CMYK 0 0.92 0.98 0.07
HSL 3.9º 0.96% 0.47% -
HSV(B) 3.9º 0.98% 0.93% -
XYZ 34.87 18.34 1.85 -
YUV 82.87 84.06 237.22 -
System Red Green Blue C M Y K H S L
Decimal 236 20 5 0 0.92 0.98 0.07 3.9 0.96 0.47
Hex EC 14 5 0 5C 62 7 4 60 2F
Octal 354 24 5 0 134 142 7 4 140 57
Binary 11101100 10100 101 0 1011100 1100010 111 100 1100000 101111

Color Harmonies of #EC1405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1405

Black with #EC1405

Text Example


Text Example

White with #EC1405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1405; }

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

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

background-color css

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

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

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

border-color css

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

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

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