Html Css Color HEX #EC2E03 Scarlet

📋 copy color: '#EC2E03'

red 236 ◦ green 46 ◦ blue 3

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

Shades of Scarlet #EC2E03

Tints of Scarlet #EC2E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.05%

R = 82.81%
G = 16.14%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC2E03 (or 0xEC2E03) is known color: Scarlet. HEX triplet: EC, 2E and 03. RGB value is (236,46,3). Sum of RGB (Red+Green+Blue) = 236+46+3=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2E03 is #13D1FC. Grayscale: #626262. Windows color (decimal): -1298941 or 208620. OLE color: 208620.

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

Color convert

RGB 236 46 3 -
CMYK 0 0.81 0.99 0.07
HSL 11.07º 0.97% 0.47% -
HSV(B) 11.07º 0.99% 0.93% -
XYZ 35.59 19.79 2.03 -
YUV 97.91 74.45 226.5 -
System Red Green Blue C M Y K H S L
Decimal 236 46 3 0 0.81 0.99 0.07 11.07 0.97 0.47
Hex EC 2E 3 0 51 63 7 B 61 2F
Octal 354 56 3 0 121 143 7 13 141 57
Binary 11101100 101110 11 0 1010001 1100011 111 1011 1100001 101111

Color Harmonies of #EC2E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2E03

Black with #EC2E03

Text Example


Text Example

White with #EC2E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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