Html Css Color HEX #EC2508 Scarlet

📋 copy color: '#EC2508'

red 236 ◦ green 37 ◦ blue 8

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

Shades of Scarlet #EC2508

Tints of Scarlet #EC2508

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.17%

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

R = 83.99%
G = 13.17%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC2508 (or 0xEC2508) is known color: Scarlet. HEX triplet: EC, 25 and 08. RGB value is (236,37,8). Sum of RGB (Red+Green+Blue) = 236+37+8=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2508 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2508 is #13DAF7. Grayscale: #5D5D5D. Windows color (decimal): -1301240 or 533996. OLE color: 533996.

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

Color convert

RGB 236 37 8 -
CMYK 0 0.84 0.97 0.07
HSL 7.63º 0.93% 0.48% -
HSV(B) 7.63º 0.97% 0.93% -
XYZ 35.3 19.17 2.07 -
YUV 93.2 79.93 229.86 -
System Red Green Blue C M Y K H S L
Decimal 236 37 8 0 0.84 0.97 0.07 7.63 0.93 0.48
Hex EC 25 8 0 54 61 7 8 5D 30
Octal 354 45 10 0 124 141 7 10 135 60
Binary 11101100 100101 1000 0 1010100 1100001 111 1000 1011101 110000

Color Harmonies of #EC2508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2508

Black with #EC2508

Text Example


Text Example

White with #EC2508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2508; }

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

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

background-color css

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

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

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

border-color css

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

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

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