Html Css Color HEX #EC2400 Scarlet

📋 copy color: '#EC2400'

red 236 ◦ green 36 ◦ blue 0

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

Shades of Scarlet #EC2400

Tints of Scarlet #EC2400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.24%

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

R = 86.76%
G = 13.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC2400 (or 0xEC2400) is known color: Scarlet. HEX triplet: EC, 24 and 00. RGB value is (236,36,0). Sum of RGB (Red+Green+Blue) = 236+36+0=272 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.76% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2400 is #13DBFF. Grayscale: #5C5C5C. Windows color (decimal): -1301504 or 9452. OLE color: 9452.

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

Color convert

RGB 236 36 0 -
CMYK 0 0.85 1 0.07
HSL 9.15º 1% 0.46% -
HSV(B) 9.15º 1% 0.93% -
XYZ 35.22 19.09 1.83 -
YUV 91.7 76.26 230.93 -
System Red Green Blue C M Y K H S L
Decimal 236 36 0 0 0.85 1 0.07 9.15 1 0.46
Hex EC 24 0 0 55 64 7 9 64 2E
Octal 354 44 0 0 125 144 7 11 144 56
Binary 11101100 100100 0 0 1010101 1100100 111 1001 1100100 101110

Color Harmonies of #EC2400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2400

Black with #EC2400

Text Example


Text Example

White with #EC2400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2400; }

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

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

background-color css

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

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

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

border-color css

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

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

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