Html Css Color HEX #EC220C Scarlet

📋 copy color: '#EC220C'

red 236 ◦ green 34 ◦ blue 12

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

Shades of Scarlet #EC220C

Tints of Scarlet #EC220C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.26%

R = 83.69%
G = 12.06%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC220C (or 0xEC220C) is known color: Scarlet. HEX triplet: EC, 22 and 0C. RGB value is (236,34,12). Sum of RGB (Red+Green+Blue) = 236+34+12=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC220C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC220C is #13DDF3. Grayscale: #5C5C5C. Windows color (decimal): -1302004 or 795372. OLE color: 795372.

HSL color Cylindrical-coordinate representation of color #EC220C: hue angle of 5.89º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC220C is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 34 12 -
CMYK 0 0.86 0.95 0.07
HSL 5.89º 0.9% 0.49% -
HSV(B) 5.89º 0.95% 0.93% -
XYZ 35.23 19 2.16 -
YUV 91.89 82.92 230.79 -
System Red Green Blue C M Y K H S L
Decimal 236 34 12 0 0.86 0.95 0.07 5.89 0.9 0.49
Hex EC 22 C 0 56 5F 7 6 5A 31
Octal 354 42 14 0 126 137 7 6 132 61
Binary 11101100 100010 1100 0 1010110 1011111 111 110 1011010 110001

Color Harmonies of #EC220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC220C

Black with #EC220C

Text Example


Text Example

White with #EC220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC220C; }

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

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

background-color css

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

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

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

border-color css

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

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

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