Html Css Color HEX #EC221D Scarlet

📋 copy color: '#EC221D'

red 236 ◦ green 34 ◦ blue 29

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

Shades of Scarlet #EC221D

Tints of Scarlet #EC221D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.7%

R = 78.93%
G = 11.37%
B = 9.7%

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

#EC221D (or 0xEC221D) is known color: Scarlet. HEX triplet: EC, 22 and 1D. RGB value is (236,34,29). Sum of RGB (Red+Green+Blue) = 236+34+29=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 29 (11.72% from 255 or 9.70% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC221D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC221D is #13DDE2. Grayscale: #5E5E5E. Windows color (decimal): -1301987 or 1909484. OLE color: 1909484.

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

Color convert

RGB 236 34 29 -
CMYK 0 0.86 0.88 0.07
HSL 1.45º 0.84% 0.52% -
HSV(B) 1.45º 0.88% 0.93% -
XYZ 35.39 19.07 2.98 -
YUV 93.83 91.42 229.41 -
System Red Green Blue C M Y K H S L
Decimal 236 34 29 0 0.86 0.88 0.07 1.45 0.84 0.52
Hex EC 22 1D 0 56 58 7 1 54 34
Octal 354 42 35 0 126 130 7 1 124 64
Binary 11101100 100010 11101 0 1010110 1011000 111 1 1010100 110100

Color Harmonies of #EC221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC221D

Black with #EC221D

Text Example


Text Example

White with #EC221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC221D; }

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

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

background-color css

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

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

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

border-color css

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

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

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