Html Css Color HEX #EC221F Scarlet

📋 copy color: '#EC221F'

red 236 ◦ green 34 ◦ blue 31

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

Shades of Scarlet #EC221F

Tints of Scarlet #EC221F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.3%

R = 78.41%
G = 11.3%
B = 10.3%

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

#EC221F (or 0xEC221F) is known color: Scarlet. HEX triplet: EC, 22 and 1F. RGB value is (236,34,31). Sum of RGB (Red+Green+Blue) = 236+34+31=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC221F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC221F is #13DDE0. Grayscale: #5E5E5E. Windows color (decimal): -1301985 or 2040556. OLE color: 2040556.

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

Color convert

RGB 236 34 31 -
CMYK 0 0.86 0.87 0.07
HSL 0.88º 0.84% 0.52% -
HSV(B) 0.88º 0.87% 0.93% -
XYZ 35.41 19.08 3.11 -
YUV 94.06 92.42 229.24 -
System Red Green Blue C M Y K H S L
Decimal 236 34 31 0 0.86 0.87 0.07 0.88 0.84 0.52
Hex EC 22 1F 0 56 57 7 1 54 34
Octal 354 42 37 0 126 127 7 1 124 64
Binary 11101100 100010 11111 0 1010110 1010111 111 1 1010100 110100

Color Harmonies of #EC221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC221F

Black with #EC221F

Text Example


Text Example

White with #EC221F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC221F; }

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

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

background-color css

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

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

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

border-color css

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

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

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