Html Css Color HEX #EC2E04 Scarlet

📋 copy color: '#EC2E04'

red 236 ◦ green 46 ◦ blue 4

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

Shades of Scarlet #EC2E04

Tints of Scarlet #EC2E04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.4%

R = 82.52%
G = 16.08%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC2E04 (or 0xEC2E04) is known color: Scarlet. HEX triplet: EC, 2E and 04. RGB value is (236,46,4). Sum of RGB (Red+Green+Blue) = 236+46+4=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2E04 is #13D1FB. Grayscale: #626262. Windows color (decimal): -1298940 or 274156. OLE color: 274156.

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

Color convert

RGB 236 46 4 -
CMYK 0 0.81 0.98 0.07
HSL 10.86º 0.97% 0.47% -
HSV(B) 10.86º 0.98% 0.93% -
XYZ 35.59 19.8 2.06 -
YUV 98.02 74.95 226.42 -
System Red Green Blue C M Y K H S L
Decimal 236 46 4 0 0.81 0.98 0.07 10.86 0.97 0.47
Hex EC 2E 4 0 51 62 7 B 61 2F
Octal 354 56 4 0 121 142 7 13 141 57
Binary 11101100 101110 100 0 1010001 1100010 111 1011 1100001 101111

Color Harmonies of #EC2E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2E04

Black with #EC2E04

Text Example


Text Example

White with #EC2E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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