Html Css Color HEX #EC2403 Scarlet

📋 copy color: '#EC2403'

red 236 ◦ green 36 ◦ blue 3

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

Shades of Scarlet #EC2403

Tints of Scarlet #EC2403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.09%

R = 85.82%
G = 13.09%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC2403 (or 0xEC2403) is known color: Scarlet. HEX triplet: EC, 24 and 03. RGB value is (236,36,3). Sum of RGB (Red+Green+Blue) = 236+36+3=275 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.82% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 3 (1.56% from 255 or 1.09% from 275); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2403 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2403 is #13DBFC. Grayscale: #5C5C5C. Windows color (decimal): -1301501 or 206060. OLE color: 206060.

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

Color convert

RGB 236 36 3 -
CMYK 0 0.85 0.99 0.07
HSL 8.5º 0.97% 0.47% -
HSV(B) 8.5º 0.99% 0.93% -
XYZ 35.24 19.1 1.92 -
YUV 92.04 77.76 230.68 -
System Red Green Blue C M Y K H S L
Decimal 236 36 3 0 0.85 0.99 0.07 8.5 0.97 0.47
Hex EC 24 3 0 55 63 7 8 61 2F
Octal 354 44 3 0 125 143 7 10 141 57
Binary 11101100 100100 11 0 1010101 1100011 111 1000 1100001 101111

Color Harmonies of #EC2403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2403

Black with #EC2403

Text Example


Text Example

White with #EC2403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2403; }

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

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

background-color css

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

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

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

border-color css

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

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

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