Html Css Color HEX #EC2E00 Scarlet

📋 copy color: '#EC2E00'

red 236 ◦ green 46 ◦ blue 0

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

Shades of Scarlet #EC2E00

Tints of Scarlet #EC2E00

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.31%

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

R = 83.69%
G = 16.31%
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

#EC2E00 (or 0xEC2E00) is known color: Scarlet. HEX triplet: EC, 2E and 00. RGB value is (236,46,0). Sum of RGB (Red+Green+Blue) = 236+46+0=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2E00 is #13D1FF. Grayscale: #616161. Windows color (decimal): -1298944 or 12012. OLE color: 12012.

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

Color convert

RGB 236 46 0 -
CMYK 0 0.81 1 0.07
HSL 11.69º 1% 0.46% -
HSV(B) 11.69º 1% 0.93% -
XYZ 35.57 19.79 1.94 -
YUV 97.57 72.95 226.74 -
System Red Green Blue C M Y K H S L
Decimal 236 46 0 0 0.81 1 0.07 11.69 1 0.46
Hex EC 2E 0 0 51 64 7 C 64 2E
Octal 354 56 0 0 121 144 7 14 144 56
Binary 11101100 101110 0 0 1010001 1100100 111 1100 1100100 101110

Color Harmonies of #EC2E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2E00

Black with #EC2E00

Text Example


Text Example

White with #EC2E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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