Html Css Color HEX #EC241C Scarlet

📋 copy color: '#EC241C'

red 236 ◦ green 36 ◦ blue 28

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

Shades of Scarlet #EC241C

Tints of Scarlet #EC241C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.33%

R = 78.67%
G = 12%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC241C (or 0xEC241C) is known color: Scarlet. HEX triplet: EC, 24 and 1C. RGB value is (236,36,28). Sum of RGB (Red+Green+Blue) = 236+36+28=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 28 (11.33% from 255 or 9.33% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC241C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC241C is #13DBE3. Grayscale: #5F5F5F. Windows color (decimal): -1301476 or 1844460. OLE color: 1844460.

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

Color convert

RGB 236 36 28 -
CMYK 0 0.85 0.88 0.07
HSL 2.31º 0.85% 0.52% -
HSV(B) 2.31º 0.88% 0.93% -
XYZ 35.43 19.18 2.93 -
YUV 94.89 90.26 228.65 -
System Red Green Blue C M Y K H S L
Decimal 236 36 28 0 0.85 0.88 0.07 2.31 0.85 0.52
Hex EC 24 1C 0 55 58 7 2 55 34
Octal 354 44 34 0 125 130 7 2 125 64
Binary 11101100 100100 11100 0 1010101 1011000 111 10 1010101 110100

Color Harmonies of #EC241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC241C

Black with #EC241C

Text Example


Text Example

White with #EC241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC241C; }

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

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

background-color css

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

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

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

border-color css

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

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

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