Html Css Color HEX #EC3302 Scarlet

📋 copy color: '#EC3302'

red 236 ◦ green 51 ◦ blue 2

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

Shades of Scarlet #EC3302

Tints of Scarlet #EC3302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

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

R = 81.66%
G = 17.65%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC3302 (or 0xEC3302) is known color: Scarlet. HEX triplet: EC, 33 and 02. RGB value is (236,51,2). Sum of RGB (Red+Green+Blue) = 236+51+2=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3302 is #13CCFD. Grayscale: #656565. Windows color (decimal): -1297662 or 144364. OLE color: 144364.

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

Color convert

RGB 236 51 2 -
CMYK 0 0.78 0.99 0.07
HSL 12.56º 0.98% 0.47% -
HSV(B) 12.56º 0.99% 0.93% -
XYZ 35.79 20.2 2.07 -
YUV 100.73 72.29 224.48 -
System Red Green Blue C M Y K H S L
Decimal 236 51 2 0 0.78 0.99 0.07 12.56 0.98 0.47
Hex EC 33 2 0 4E 63 7 D 62 2F
Octal 354 63 2 0 116 143 7 15 142 57
Binary 11101100 110011 10 0 1001110 1100011 111 1101 1100010 101111

Color Harmonies of #EC3302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3302

Black with #EC3302

Text Example


Text Example

White with #EC3302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3302; }

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

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

background-color css

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

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

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

border-color css

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

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

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