Html Css Color HEX #EC241A Scarlet

📋 copy color: '#EC241A'

red 236 ◦ green 36 ◦ blue 26

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

Shades of Scarlet #EC241A

Tints of Scarlet #EC241A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.72%

R = 79.19%
G = 12.08%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC241A (or 0xEC241A) is known color: Scarlet. HEX triplet: EC, 24 and 1A. RGB value is (236,36,26). Sum of RGB (Red+Green+Blue) = 236+36+26=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 26 (10.55% from 255 or 8.72% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC241A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC241A is #13DBE5. Grayscale: #5E5E5E. Windows color (decimal): -1301478 or 1713388. OLE color: 1713388.

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

Color convert

RGB 236 36 26 -
CMYK 0 0.85 0.89 0.07
HSL 2.86º 0.85% 0.51% -
HSV(B) 2.86º 0.89% 0.93% -
XYZ 35.41 19.17 2.81 -
YUV 94.66 89.26 228.81 -
System Red Green Blue C M Y K H S L
Decimal 236 36 26 0 0.85 0.89 0.07 2.86 0.85 0.51
Hex EC 24 1A 0 55 59 7 3 55 33
Octal 354 44 32 0 125 131 7 3 125 63
Binary 11101100 100100 11010 0 1010101 1011001 111 11 1010101 110011

Color Harmonies of #EC241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC241A

Black with #EC241A

Text Example


Text Example

White with #EC241A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC241A; }

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

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

background-color css

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

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

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

border-color css

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

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

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