Html Css Color HEX #EC240E Scarlet

📋 copy color: '#EC240E'

red 236 ◦ green 36 ◦ blue 14

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

Shades of Scarlet #EC240E

Tints of Scarlet #EC240E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.59%

 BLUE value IS 14 (5.86% from 255) = 4.9%

R = 82.52%
G = 12.59%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC240E (or 0xEC240E) is known color: Scarlet. HEX triplet: EC, 24 and 0E. RGB value is (236,36,14). Sum of RGB (Red+Green+Blue) = 236+36+14=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC240E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC240E is #13DBF1. Grayscale: #5D5D5D. Windows color (decimal): -1301490 or 926956. OLE color: 926956.

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

Color convert

RGB 236 36 14 -
CMYK 0 0.85 0.94 0.07
HSL 5.95º 0.89% 0.49% -
HSV(B) 5.95º 0.94% 0.93% -
XYZ 35.3 19.13 2.25 -
YUV 93.29 83.26 229.79 -
System Red Green Blue C M Y K H S L
Decimal 236 36 14 0 0.85 0.94 0.07 5.95 0.89 0.49
Hex EC 24 E 0 55 5E 7 6 59 31
Octal 354 44 16 0 125 136 7 6 131 61
Binary 11101100 100100 1110 0 1010101 1011110 111 110 1011001 110001

Color Harmonies of #EC240E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC240E

Black with #EC240E

Text Example


Text Example

White with #EC240E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC240E; }

 p { color: rgb(236,36,14); }

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

background-color css

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

 a { background-color: rgb(236,36,14); }

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

border-color css

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

 span { border-color: rgb(236,36,14); }

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