Html Css Color HEX #EC2A05 Scarlet

📋 copy color: '#EC2A05'

red 236 ◦ green 42 ◦ blue 5

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

Shades of Scarlet #EC2A05

Tints of Scarlet #EC2A05

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.84%

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

R = 83.39%
G = 14.84%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC2A05 (or 0xEC2A05) is known color: Scarlet. HEX triplet: EC, 2A and 05. RGB value is (236,42,5). Sum of RGB (Red+Green+Blue) = 236+42+5=283 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.39% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2A05 is #13D5FA. Grayscale: #606060. Windows color (decimal): -1299963 or 338668. OLE color: 338668.

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

Color convert

RGB 236 42 5 -
CMYK 0 0.82 0.98 0.07
HSL 9.61º 0.96% 0.47% -
HSV(B) 9.61º 0.98% 0.93% -
XYZ 35.45 19.5 2.04 -
YUV 95.79 76.77 228.01 -
System Red Green Blue C M Y K H S L
Decimal 236 42 5 0 0.82 0.98 0.07 9.61 0.96 0.47
Hex EC 2A 5 0 52 62 7 A 60 2F
Octal 354 52 5 0 122 142 7 12 140 57
Binary 11101100 101010 101 0 1010010 1100010 111 1010 1100000 101111

Color Harmonies of #EC2A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2A05

Black with #EC2A05

Text Example


Text Example

White with #EC2A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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