Html Css Color HEX #EC251C Scarlet

📋 copy color: '#EC251C'

red 236 ◦ green 37 ◦ blue 28

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

Shades of Scarlet #EC251C

Tints of Scarlet #EC251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

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

R = 78.41%
G = 12.29%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC251C (or 0xEC251C) is known color: Scarlet. HEX triplet: EC, 25 and 1C. RGB value is (236,37,28). Sum of RGB (Red+Green+Blue) = 236+37+28=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC251C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC251C is #13DAE3. Grayscale: #5F5F5F. Windows color (decimal): -1301220 or 1844716. OLE color: 1844716.

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

Color convert

RGB 236 37 28 -
CMYK 0 0.84 0.88 0.07
HSL 2.6º 0.85% 0.52% -
HSV(B) 2.6º 0.88% 0.93% -
XYZ 35.46 19.24 2.94 -
YUV 95.48 89.93 228.23 -
System Red Green Blue C M Y K H S L
Decimal 236 37 28 0 0.84 0.88 0.07 2.6 0.85 0.52
Hex EC 25 1C 0 54 58 7 3 55 34
Octal 354 45 34 0 124 130 7 3 125 64
Binary 11101100 100101 11100 0 1010100 1011000 111 11 1010101 110100

Color Harmonies of #EC251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC251C

Black with #EC251C

Text Example


Text Example

White with #EC251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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