Html Css Color HEX #EC2A08 Scarlet

📋 copy color: '#EC2A08'

red 236 ◦ green 42 ◦ blue 8

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

Shades of Scarlet #EC2A08

Tints of Scarlet #EC2A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.8%

R = 82.52%
G = 14.69%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC2A08 (or 0xEC2A08) is known color: Scarlet. HEX triplet: EC, 2A and 08. RGB value is (236,42,8). Sum of RGB (Red+Green+Blue) = 236+42+8=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2A08 is #13D5F7. Grayscale: #606060. Windows color (decimal): -1299960 or 535276. OLE color: 535276.

HSL color Cylindrical-coordinate representation of color #EC2A08: hue angle of 8.95º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC2A08 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 42 8 -
CMYK 0 0.82 0.97 0.07
HSL 8.95º 0.93% 0.48% -
HSV(B) 8.95º 0.97% 0.93% -
XYZ 35.46 19.51 2.13 -
YUV 96.13 78.27 227.76 -
System Red Green Blue C M Y K H S L
Decimal 236 42 8 0 0.82 0.97 0.07 8.95 0.93 0.48
Hex EC 2A 8 0 52 61 7 9 5D 30
Octal 354 52 10 0 122 141 7 11 135 60
Binary 11101100 101010 1000 0 1010010 1100001 111 1001 1011101 110000

Color Harmonies of #EC2A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2A08

Black with #EC2A08

Text Example


Text Example

White with #EC2A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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