Html Css Color HEX #EC221E Scarlet

📋 copy color: '#EC221E'

red 236 ◦ green 34 ◦ blue 30

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

Shades of Scarlet #EC221E

Tints of Scarlet #EC221E

RGB

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

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

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

R = 78.67%
G = 11.33%
B = 10%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC221E (or 0xEC221E) is known color: Scarlet. HEX triplet: EC, 22 and 1E. RGB value is (236,34,30). Sum of RGB (Red+Green+Blue) = 236+34+30=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC221E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC221E is #13DDE1. Grayscale: #5E5E5E. Windows color (decimal): -1301986 or 1975020. OLE color: 1975020.

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

Color convert

RGB 236 34 30 -
CMYK 0 0.86 0.87 0.07
HSL 1.17º 0.84% 0.52% -
HSV(B) 1.17º 0.87% 0.93% -
XYZ 35.4 19.07 3.04 -
YUV 93.94 91.92 229.33 -
System Red Green Blue C M Y K H S L
Decimal 236 34 30 0 0.86 0.87 0.07 1.17 0.84 0.52
Hex EC 22 1E 0 56 57 7 1 54 34
Octal 354 42 36 0 126 127 7 1 124 64
Binary 11101100 100010 11110 0 1010110 1010111 111 1 1010100 110100

Color Harmonies of #EC221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC221E

Black with #EC221E

Text Example


Text Example

White with #EC221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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