Html Css Color HEX #EC241F Scarlet

📋 copy color: '#EC241F'

red 236 ◦ green 36 ◦ blue 31

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

Shades of Scarlet #EC241F

Tints of Scarlet #EC241F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.23%

R = 77.89%
G = 11.88%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC241F (or 0xEC241F) is known color: Scarlet. HEX triplet: EC, 24 and 1F. RGB value is (236,36,31). Sum of RGB (Red+Green+Blue) = 236+36+31=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC241F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC241F is #13DBE0. Grayscale: #5F5F5F. Windows color (decimal): -1301473 or 2041068. OLE color: 2041068.

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

Color convert

RGB 236 36 31 -
CMYK 0 0.85 0.87 0.07
HSL 1.46º 0.84% 0.52% -
HSV(B) 1.46º 0.87% 0.93% -
XYZ 35.47 19.19 3.13 -
YUV 95.23 91.76 228.41 -
System Red Green Blue C M Y K H S L
Decimal 236 36 31 0 0.85 0.87 0.07 1.46 0.84 0.52
Hex EC 24 1F 0 55 57 7 1 54 34
Octal 354 44 37 0 125 127 7 1 124 64
Binary 11101100 100100 11111 0 1010101 1010111 111 1 1010100 110100

Color Harmonies of #EC241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC241F

Black with #EC241F

Text Example


Text Example

White with #EC241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC241F; }

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

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

background-color css

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

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

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

border-color css

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

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

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