Html Css Color HEX #EC2C02 Scarlet

📋 copy color: '#EC2C02'

red 236 ◦ green 44 ◦ blue 2

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

Shades of Scarlet #EC2C02

Tints of Scarlet #EC2C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 83.69%
G = 15.6%
B = 0.71%

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

#EC2C02 (or 0xEC2C02) is known color: Scarlet. HEX triplet: EC, 2C and 02. RGB value is (236,44,2). Sum of RGB (Red+Green+Blue) = 236+44+2=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2C02 is #13D3FD. Grayscale: #606060. Windows color (decimal): -1299454 or 142572. OLE color: 142572.

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

Color convert

RGB 236 44 2 -
CMYK 0 0.81 0.99 0.07
HSL 10.77º 0.98% 0.47% -
HSV(B) 10.77º 0.99% 0.93% -
XYZ 35.5 19.64 1.98 -
YUV 96.62 74.61 227.42 -
System Red Green Blue C M Y K H S L
Decimal 236 44 2 0 0.81 0.99 0.07 10.77 0.98 0.47
Hex EC 2C 2 0 51 63 7 B 62 2F
Octal 354 54 2 0 121 143 7 13 142 57
Binary 11101100 101100 10 0 1010001 1100011 111 1011 1100010 101111

Color Harmonies of #EC2C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2C02

Black with #EC2C02

Text Example


Text Example

White with #EC2C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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