Html Css Color HEX #EC241D Scarlet

📋 copy color: '#EC241D'

red 236 ◦ green 36 ◦ blue 29

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

Shades of Scarlet #EC241D

Tints of Scarlet #EC241D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.63%

R = 78.41%
G = 11.96%
B = 9.63%

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

#EC241D (or 0xEC241D) is known color: Scarlet. HEX triplet: EC, 24 and 1D. RGB value is (236,36,29). Sum of RGB (Red+Green+Blue) = 236+36+29=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC241D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC241D is #13DBE2. Grayscale: #5F5F5F. Windows color (decimal): -1301475 or 1909996. OLE color: 1909996.

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

Color convert

RGB 236 36 29 -
CMYK 0 0.85 0.88 0.07
HSL 2.03º 0.84% 0.52% -
HSV(B) 2.03º 0.88% 0.93% -
XYZ 35.44 19.18 3 -
YUV 95 90.76 228.57 -
System Red Green Blue C M Y K H S L
Decimal 236 36 29 0 0.85 0.88 0.07 2.03 0.84 0.52
Hex EC 24 1D 0 55 58 7 2 54 34
Octal 354 44 35 0 125 130 7 2 124 64
Binary 11101100 100100 11101 0 1010101 1011000 111 10 1010100 110100

Color Harmonies of #EC241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC241D

Black with #EC241D

Text Example


Text Example

White with #EC241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC241D; }

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

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

background-color css

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

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

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

border-color css

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

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

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