Html Css Color HEX #EC2405 Scarlet

📋 copy color: '#EC2405'

red 236 ◦ green 36 ◦ blue 5

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

Shades of Scarlet #EC2405

Tints of Scarlet #EC2405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.81%

R = 85.2%
G = 13%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC2405 (or 0xEC2405) is known color: Scarlet. HEX triplet: EC, 24 and 05. RGB value is (236,36,5). Sum of RGB (Red+Green+Blue) = 236+36+5=277 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.20% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2405 is #13DBFA. Grayscale: #5C5C5C. Windows color (decimal): -1301499 or 337132. OLE color: 337132.

HSL color Cylindrical-coordinate representation of color #EC2405: hue angle of 8.05º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC2405 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 36 5 -
CMYK 0 0.85 0.98 0.07
HSL 8.05º 0.96% 0.47% -
HSV(B) 8.05º 0.98% 0.93% -
XYZ 35.25 19.11 1.97 -
YUV 92.27 78.76 230.52 -
System Red Green Blue C M Y K H S L
Decimal 236 36 5 0 0.85 0.98 0.07 8.05 0.96 0.47
Hex EC 24 5 0 55 62 7 8 60 2F
Octal 354 44 5 0 125 142 7 10 140 57
Binary 11101100 100100 101 0 1010101 1100010 111 1000 1100000 101111

Color Harmonies of #EC2405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2405

Black with #EC2405

Text Example


Text Example

White with #EC2405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2405; }

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

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

background-color css

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

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

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

border-color css

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

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

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