Html Css Color HEX #EC270F Scarlet

📋 copy color: '#EC270F'

red 236 ◦ green 39 ◦ blue 15

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

Shades of Scarlet #EC270F

Tints of Scarlet #EC270F

RGB

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

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

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

R = 81.38%
G = 13.45%
B = 5.17%

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

#EC270F (or 0xEC270F) is known color: Scarlet. HEX triplet: EC, 27 and 0F. RGB value is (236,39,15). Sum of RGB (Red+Green+Blue) = 236+39+15=290 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.38% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 236 - color contains mainly: red. Hex color #EC270F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC270F is #13D8F0. Grayscale: #5F5F5F. Windows color (decimal): -1300721 or 993260. OLE color: 993260.

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

Color convert

RGB 236 39 15 -
CMYK 0 0.83 0.94 0.07
HSL 6.52º 0.88% 0.49% -
HSV(B) 6.52º 0.94% 0.93% -
XYZ 35.4 19.32 2.31 -
YUV 95.17 82.77 228.45 -
System Red Green Blue C M Y K H S L
Decimal 236 39 15 0 0.83 0.94 0.07 6.52 0.88 0.49
Hex EC 27 F 0 53 5E 7 7 58 31
Octal 354 47 17 0 123 136 7 7 130 61
Binary 11101100 100111 1111 0 1010011 1011110 111 111 1011000 110001

Color Harmonies of #EC270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC270F

Black with #EC270F

Text Example


Text Example

White with #EC270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC270F; }

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

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

background-color css

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

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

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

border-color css

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

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

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