Html Css Color HEX #EC2204 Scarlet

📋 copy color: '#EC2204'

red 236 ◦ green 34 ◦ blue 4

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

Shades of Scarlet #EC2204

Tints of Scarlet #EC2204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.46%

R = 86.13%
G = 12.41%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC2204 (or 0xEC2204) is known color: Scarlet. HEX triplet: EC, 22 and 04. RGB value is (236,34,4). Sum of RGB (Red+Green+Blue) = 236+34+4=274 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.13% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2204 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2204 is #13DDFB. Grayscale: #5B5B5B. Windows color (decimal): -1302012 or 271084. OLE color: 271084.

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

Color convert

RGB 236 34 4 -
CMYK 0 0.86 0.98 0.07
HSL 7.76º 0.97% 0.47% -
HSV(B) 7.76º 0.98% 0.93% -
XYZ 35.19 18.99 1.92 -
YUV 90.98 78.92 231.44 -
System Red Green Blue C M Y K H S L
Decimal 236 34 4 0 0.86 0.98 0.07 7.76 0.97 0.47
Hex EC 22 4 0 56 62 7 8 61 2F
Octal 354 42 4 0 126 142 7 10 141 57
Binary 11101100 100010 100 0 1010110 1100010 111 1000 1100001 101111

Color Harmonies of #EC2204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2204

Black with #EC2204

Text Example


Text Example

White with #EC2204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2204; }

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

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

background-color css

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

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

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

border-color css

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

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

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