Html Css Color HEX #EC2B02 Scarlet

📋 copy color: '#EC2B02'

red 236 ◦ green 43 ◦ blue 2

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

Shades of Scarlet #EC2B02

Tints of Scarlet #EC2B02

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.3%

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

R = 83.99%
G = 15.3%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC2B02 (or 0xEC2B02) is known color: Scarlet. HEX triplet: EC, 2B and 02. RGB value is (236,43,2). Sum of RGB (Red+Green+Blue) = 236+43+2=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 2 (1.17% from 255 or 0.71% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2B02 is #13D4FD. Grayscale: #606060. Windows color (decimal): -1299710 or 142316. OLE color: 142316.

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

Color convert

RGB 236 43 2 -
CMYK 0 0.82 0.99 0.07
HSL 10.51º 0.98% 0.47% -
HSV(B) 10.51º 0.99% 0.93% -
XYZ 35.47 19.57 1.96 -
YUV 96.03 74.94 227.83 -
System Red Green Blue C M Y K H S L
Decimal 236 43 2 0 0.82 0.99 0.07 10.51 0.98 0.47
Hex EC 2B 2 0 52 63 7 B 62 2F
Octal 354 53 2 0 122 143 7 13 142 57
Binary 11101100 101011 10 0 1010010 1100011 111 1011 1100010 101111

Color Harmonies of #EC2B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B02

Black with #EC2B02

Text Example


Text Example

White with #EC2B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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