Html Css Color HEX #EC241E Scarlet

📋 copy color: '#EC241E'

red 236 ◦ green 36 ◦ blue 30

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

Shades of Scarlet #EC241E

Tints of Scarlet #EC241E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.93%

R = 78.15%
G = 11.92%
B = 9.93%

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

#EC241E (or 0xEC241E) is known color: Scarlet. HEX triplet: EC, 24 and 1E. RGB value is (236,36,30). Sum of RGB (Red+Green+Blue) = 236+36+30=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC241E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC241E is #13DBE1. Grayscale: #5F5F5F. Windows color (decimal): -1301474 or 1975532. OLE color: 1975532.

HSL color Cylindrical-coordinate representation of color #EC241E: hue angle of 1.75º 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 #EC241E is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 36 30 -
CMYK 0 0.85 0.87 0.07
HSL 1.75º 0.84% 0.52% -
HSV(B) 1.75º 0.87% 0.93% -
XYZ 35.46 19.19 3.06 -
YUV 95.12 91.26 228.49 -
System Red Green Blue C M Y K H S L
Decimal 236 36 30 0 0.85 0.87 0.07 1.75 0.84 0.52
Hex EC 24 1E 0 55 57 7 2 54 34
Octal 354 44 36 0 125 127 7 2 124 64
Binary 11101100 100100 11110 0 1010101 1010111 111 10 1010100 110100

Color Harmonies of #EC241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC241E

Black with #EC241E

Text Example


Text Example

White with #EC241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC241E; }

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

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

background-color css

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

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

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

border-color css

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

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

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