Html Css Color HEX #EC3400 Scarlet

📋 copy color: '#EC3400'

red 236 ◦ green 52 ◦ blue 0

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

Shades of Scarlet #EC3400

Tints of Scarlet #EC3400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.94%
G = 18.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC3400 (or 0xEC3400) is known color: Scarlet. HEX triplet: EC, 34 and 00. RGB value is (236,52,0). Sum of RGB (Red+Green+Blue) = 236+52+0=288 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.94% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3400 is #13CBFF. Grayscale: #656565. Windows color (decimal): -1297408 or 13548. OLE color: 13548.

HSL color Cylindrical-coordinate representation of color #EC3400: hue angle of 13.22º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC3400 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 52 0 -
CMYK 0 0.78 1 0.07
HSL 13.22º 1% 0.46% -
HSV(B) 13.22º 1% 0.93% -
XYZ 35.82 20.29 2.03 -
YUV 101.09 70.96 224.23 -
System Red Green Blue C M Y K H S L
Decimal 236 52 0 0 0.78 1 0.07 13.22 1 0.46
Hex EC 34 0 0 4E 64 7 D 64 2E
Octal 354 64 0 0 116 144 7 15 144 56
Binary 11101100 110100 0 0 1001110 1100100 111 1101 1100100 101110

Color Harmonies of #EC3400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3400

Black with #EC3400

Text Example


Text Example

White with #EC3400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3400; }

 p { color: rgb(236,52,0); }

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

background-color css

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

 a { background-color: rgb(236,52,0); }

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

border-color css

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

 span { border-color: rgb(236,52,0); }

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