Html Css Color HEX #EC200F Scarlet

📋 copy color: '#EC200F'

red 236 ◦ green 32 ◦ blue 15

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

Shades of Scarlet #EC200F

Tints of Scarlet #EC200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.31%

 BLUE value IS 15 (6.25% from 255) = 5.3%

R = 83.39%
G = 11.31%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC200F (or 0xEC200F) is known color: Scarlet. HEX triplet: EC, 20 and 0F. RGB value is (236,32,15). Sum of RGB (Red+Green+Blue) = 236+32+15=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC200F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC200F is #13DFF0. Grayscale: #5B5B5B. Windows color (decimal): -1302513 or 991468. OLE color: 991468.

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

Color convert

RGB 236 32 15 -
CMYK 0 0.86 0.94 0.07
HSL 4.62º 0.88% 0.49% -
HSV(B) 4.62º 0.94% 0.93% -
XYZ 35.19 18.9 2.25 -
YUV 91.06 85.09 231.38 -
System Red Green Blue C M Y K H S L
Decimal 236 32 15 0 0.86 0.94 0.07 4.62 0.88 0.49
Hex EC 20 F 0 56 5E 7 5 58 31
Octal 354 40 17 0 126 136 7 5 130 61
Binary 11101100 100000 1111 0 1010110 1011110 111 101 1011000 110001

Color Harmonies of #EC200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC200F

Black with #EC200F

Text Example


Text Example

White with #EC200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC200F; }

 p { color: rgb(236,32,15); }

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

background-color css

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

 a { background-color: rgb(236,32,15); }

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

border-color css

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

 span { border-color: rgb(236,32,15); }

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