Html Css Color HEX #EC271C Scarlet

📋 copy color: '#EC271C'

red 236 ◦ green 39 ◦ blue 28

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

Shades of Scarlet #EC271C

Tints of Scarlet #EC271C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.24%

R = 77.89%
G = 12.87%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC271C (or 0xEC271C) is known color: Scarlet. HEX triplet: EC, 27 and 1C. RGB value is (236,39,28). Sum of RGB (Red+Green+Blue) = 236+39+28=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC271C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC271C is #13D8E3. Grayscale: #606060. Windows color (decimal): -1300708 or 1845228. OLE color: 1845228.

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

Color convert

RGB 236 39 28 -
CMYK 0 0.83 0.88 0.07
HSL 3.17º 0.85% 0.52% -
HSV(B) 3.17º 0.88% 0.93% -
XYZ 35.53 19.37 2.96 -
YUV 96.65 89.27 227.39 -
System Red Green Blue C M Y K H S L
Decimal 236 39 28 0 0.83 0.88 0.07 3.17 0.85 0.52
Hex EC 27 1C 0 53 58 7 3 55 34
Octal 354 47 34 0 123 130 7 3 125 64
Binary 11101100 100111 11100 0 1010011 1011000 111 11 1010101 110100

Color Harmonies of #EC271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC271C

Black with #EC271C

Text Example


Text Example

White with #EC271C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC271C; }

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

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

background-color css

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

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

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

border-color css

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

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

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