Html Css Color HEX #EC1605 Scarlet

📋 copy color: '#EC1605'

red 236 ◦ green 22 ◦ blue 5

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

Shades of Scarlet #EC1605

Tints of Scarlet #EC1605

RGB

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

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

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

R = 89.73%
G = 8.37%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC1605 (or 0xEC1605) is known color: Scarlet. HEX triplet: EC, 16 and 05. RGB value is (236,22,5). Sum of RGB (Red+Green+Blue) = 236+22+5=263 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.73% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1605 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1605 is #13E9FA. Grayscale: #545454. Windows color (decimal): -1305083 or 333548. OLE color: 333548.

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

Color convert

RGB 236 22 5 -
CMYK 0 0.91 0.98 0.07
HSL 4.42º 0.96% 0.47% -
HSV(B) 4.42º 0.98% 0.93% -
XYZ 34.91 18.42 1.86 -
YUV 84.05 83.4 236.38 -
System Red Green Blue C M Y K H S L
Decimal 236 22 5 0 0.91 0.98 0.07 4.42 0.96 0.47
Hex EC 16 5 0 5B 62 7 4 60 2F
Octal 354 26 5 0 133 142 7 4 140 57
Binary 11101100 10110 101 0 1011011 1100010 111 100 1100000 101111

Color Harmonies of #EC1605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1605

Black with #EC1605

Text Example


Text Example

White with #EC1605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1605; }

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

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

background-color css

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

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

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

border-color css

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

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

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