Html Css Color HEX #EC2614 Scarlet

📋 copy color: '#EC2614'

red 236 ◦ green 38 ◦ blue 20

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

Shades of Scarlet #EC2614

Tints of Scarlet #EC2614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.93%

 BLUE value IS 20 (8.2% from 255) = 6.8%

R = 80.27%
G = 12.93%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC2614 (or 0xEC2614) is known color: Scarlet. HEX triplet: EC, 26 and 14. RGB value is (236,38,20). Sum of RGB (Red+Green+Blue) = 236+38+20=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2614 is #13D9EB. Grayscale: #5F5F5F. Windows color (decimal): -1300972 or 1320684. OLE color: 1320684.

HSL color Cylindrical-coordinate representation of color #EC2614: hue angle of 5º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC2614 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 38 20 -
CMYK 0 0.84 0.92 0.07
HSL 0.85% 0.5% -
HSV(B) 0.92% 0.93% -
XYZ 35.41 19.27 2.51 -
YUV 95.15 85.6 228.46 -
System Red Green Blue C M Y K H S L
Decimal 236 38 20 0 0.84 0.92 0.07 5 0.85 0.5
Hex EC 26 14 0 54 5C 7 5 55 32
Octal 354 46 24 0 124 134 7 5 125 62
Binary 11101100 100110 10100 0 1010100 1011100 111 101 1010101 110010

Color Harmonies of #EC2614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2614

Black with #EC2614

Text Example


Text Example

White with #EC2614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2614; }

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

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

background-color css

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

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

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

border-color css

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

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

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