Html Css Color HEX #EC2C00 Scarlet

📋 copy color: '#EC2C00'

red 236 ◦ green 44 ◦ blue 0

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

Shades of Scarlet #EC2C00

Tints of Scarlet #EC2C00

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.29%
G = 15.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC2C00 (or 0xEC2C00) is known color: Scarlet. HEX triplet: EC, 2C and 00. RGB value is (236,44,0). Sum of RGB (Red+Green+Blue) = 236+44+0=280 (37% of max value = 765). Red value is 236 (92.58% from 255 or 84.29% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2C00 is #13D3FF. Grayscale: #606060. Windows color (decimal): -1299456 or 11500. OLE color: 11500.

HSL color Cylindrical-coordinate representation of color #EC2C00: hue angle of 11.19º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC2C00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 44 0 -
CMYK 0 0.81 1 0.07
HSL 11.19º 1% 0.46% -
HSV(B) 11.19º 1% 0.93% -
XYZ 35.49 19.63 1.92 -
YUV 96.39 73.61 227.58 -
System Red Green Blue C M Y K H S L
Decimal 236 44 0 0 0.81 1 0.07 11.19 1 0.46
Hex EC 2C 0 0 51 64 7 B 64 2E
Octal 354 54 0 0 121 144 7 13 144 56
Binary 11101100 101100 0 0 1010001 1100100 111 1011 1100100 101110

Color Harmonies of #EC2C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2C00

Black with #EC2C00

Text Example


Text Example

White with #EC2C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2C00; }

 p { color: rgb(236,44,0); }

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

background-color css

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

 a { background-color: rgb(236,44,0); }

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

border-color css

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

 span { border-color: rgb(236,44,0); }

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