Html Css Color HEX #EC210E Scarlet

📋 copy color: '#EC210E'

red 236 ◦ green 33 ◦ blue 14

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

Shades of Scarlet #EC210E

Tints of Scarlet #EC210E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.66%

 BLUE value IS 14 (5.86% from 255) = 4.95%

R = 83.39%
G = 11.66%
B = 4.95%

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

#EC210E (or 0xEC210E) is known color: Scarlet. HEX triplet: EC, 21 and 0E. RGB value is (236,33,14). Sum of RGB (Red+Green+Blue) = 236+33+14=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC210E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC210E is #13DEF1. Grayscale: #5B5B5B. Windows color (decimal): -1302258 or 926188. OLE color: 926188.

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

Color convert

RGB 236 33 14 -
CMYK 0 0.86 0.94 0.07
HSL 5.14º 0.89% 0.49% -
HSV(B) 5.14º 0.94% 0.93% -
XYZ 35.22 18.95 2.22 -
YUV 91.53 84.25 231.04 -
System Red Green Blue C M Y K H S L
Decimal 236 33 14 0 0.86 0.94 0.07 5.14 0.89 0.49
Hex EC 21 E 0 56 5E 7 5 59 31
Octal 354 41 16 0 126 136 7 5 131 61
Binary 11101100 100001 1110 0 1010110 1011110 111 101 1011001 110001

Color Harmonies of #EC210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC210E

Black with #EC210E

Text Example


Text Example

White with #EC210E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC210E; }

 p { color: rgb(236,33,14); }

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

background-color css

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

 a { background-color: rgb(236,33,14); }

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

border-color css

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

 span { border-color: rgb(236,33,14); }

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