Html Css Color HEX #EC221C Scarlet

📋 copy color: '#EC221C'

red 236 ◦ green 34 ◦ blue 28

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

Shades of Scarlet #EC221C

Tints of Scarlet #EC221C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.41%

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

R = 79.19%
G = 11.41%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC221C (or 0xEC221C) is known color: Scarlet. HEX triplet: EC, 22 and 1C. RGB value is (236,34,28). Sum of RGB (Red+Green+Blue) = 236+34+28=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC221C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC221C is #13DDE3. Grayscale: #5D5D5D. Windows color (decimal): -1301988 or 1843948. OLE color: 1843948.

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

Color convert

RGB 236 34 28 -
CMYK 0 0.86 0.88 0.07
HSL 1.73º 0.85% 0.52% -
HSV(B) 1.73º 0.88% 0.93% -
XYZ 35.37 19.06 2.91 -
YUV 93.71 90.92 229.49 -
System Red Green Blue C M Y K H S L
Decimal 236 34 28 0 0.86 0.88 0.07 1.73 0.85 0.52
Hex EC 22 1C 0 56 58 7 2 55 34
Octal 354 42 34 0 126 130 7 2 125 64
Binary 11101100 100010 11100 0 1010110 1011000 111 10 1010101 110100

Color Harmonies of #EC221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC221C

Black with #EC221C

Text Example


Text Example

White with #EC221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC221C; }

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

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

background-color css

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

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

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

border-color css

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

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

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