Html Css Color HEX #EC2300 Scarlet

📋 copy color: '#EC2300'

red 236 ◦ green 35 ◦ blue 0

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

Shades of Scarlet #EC2300

Tints of Scarlet #EC2300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.92%

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

R = 87.08%
G = 12.92%
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

#EC2300 (or 0xEC2300) is known color: Scarlet. HEX triplet: EC, 23 and 00. RGB value is (236,35,0). Sum of RGB (Red+Green+Blue) = 236+35+0=271 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.08% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2300 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2300 is #13DCFF. Grayscale: #5B5B5B. Windows color (decimal): -1301760 or 9196. OLE color: 9196.

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

Color convert

RGB 236 35 0 -
CMYK 0 0.85 1 0.07
HSL 8.9º 1% 0.46% -
HSV(B) 8.9º 1% 0.93% -
XYZ 35.19 19.03 1.82 -
YUV 91.11 76.59 231.35 -
System Red Green Blue C M Y K H S L
Decimal 236 35 0 0 0.85 1 0.07 8.9 1 0.46
Hex EC 23 0 0 55 64 7 9 64 2E
Octal 354 43 0 0 125 144 7 11 144 56
Binary 11101100 100011 0 0 1010101 1100100 111 1001 1100100 101110

Color Harmonies of #EC2300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2300

Black with #EC2300

Text Example


Text Example

White with #EC2300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2300; }

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

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

background-color css

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

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

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

border-color css

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

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

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