Html Css Color HEX #EC1E08 Scarlet

📋 copy color: '#EC1E08'

red 236 ◦ green 30 ◦ blue 8

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

Shades of Scarlet #EC1E08

Tints of Scarlet #EC1E08

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.95%

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

R = 86.13%
G = 10.95%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC1E08 (or 0xEC1E08) is known color: Scarlet. HEX triplet: EC, 1E and 08. RGB value is (236,30,8). Sum of RGB (Red+Green+Blue) = 236+30+8=274 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.13% from 274); Green value is 30 (12.11% from 255 or 10.95% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1E08 is #13E1F7. Grayscale: #595959. Windows color (decimal): -1303032 or 532204. OLE color: 532204.

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

Color convert

RGB 236 30 8 -
CMYK 0 0.87 0.97 0.07
HSL 5.79º 0.93% 0.48% -
HSV(B) 5.79º 0.97% 0.93% -
XYZ 35.1 18.78 2 -
YUV 89.09 82.25 232.79 -
System Red Green Blue C M Y K H S L
Decimal 236 30 8 0 0.87 0.97 0.07 5.79 0.93 0.48
Hex EC 1E 8 0 57 61 7 6 5D 30
Octal 354 36 10 0 127 141 7 6 135 60
Binary 11101100 11110 1000 0 1010111 1100001 111 110 1011101 110000

Color Harmonies of #EC1E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E08

Black with #EC1E08

Text Example


Text Example

White with #EC1E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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