Html Css Color HEX #EC270E Scarlet

📋 copy color: '#EC270E'

red 236 ◦ green 39 ◦ blue 14

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

Shades of Scarlet #EC270E

Tints of Scarlet #EC270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.49%

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

R = 81.66%
G = 13.49%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC270E (or 0xEC270E) is known color: Scarlet. HEX triplet: EC, 27 and 0E. RGB value is (236,39,14). Sum of RGB (Red+Green+Blue) = 236+39+14=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC270E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC270E is #13D8F1. Grayscale: #5F5F5F. Windows color (decimal): -1300722 or 927724. OLE color: 927724.

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

Color convert

RGB 236 39 14 -
CMYK 0 0.83 0.94 0.07
HSL 6.76º 0.89% 0.49% -
HSV(B) 6.76º 0.94% 0.93% -
XYZ 35.4 19.32 2.28 -
YUV 95.05 82.27 228.53 -
System Red Green Blue C M Y K H S L
Decimal 236 39 14 0 0.83 0.94 0.07 6.76 0.89 0.49
Hex EC 27 E 0 53 5E 7 7 59 31
Octal 354 47 16 0 123 136 7 7 131 61
Binary 11101100 100111 1110 0 1010011 1011110 111 111 1011001 110001

Color Harmonies of #EC270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC270E

Black with #EC270E

Text Example


Text Example

White with #EC270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC270E; }

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

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

background-color css

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

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

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

border-color css

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

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

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