Html Css Color HEX #EC2908 Scarlet

📋 copy color: '#EC2908'

red 236 ◦ green 41 ◦ blue 8

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

Shades of Scarlet #EC2908

Tints of Scarlet #EC2908

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.39%

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

R = 82.81%
G = 14.39%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC2908 (or 0xEC2908) is known color: Scarlet. HEX triplet: EC, 29 and 08. RGB value is (236,41,8). Sum of RGB (Red+Green+Blue) = 236+41+8=285 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.81% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2908 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2908 is #13D6F7. Grayscale: #5F5F5F. Windows color (decimal): -1300216 or 535020. OLE color: 535020.

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

Color convert

RGB 236 41 8 -
CMYK 0 0.83 0.97 0.07
HSL 8.68º 0.93% 0.48% -
HSV(B) 8.68º 0.97% 0.93% -
XYZ 35.43 19.44 2.11 -
YUV 95.54 78.6 228.18 -
System Red Green Blue C M Y K H S L
Decimal 236 41 8 0 0.83 0.97 0.07 8.68 0.93 0.48
Hex EC 29 8 0 53 61 7 9 5D 30
Octal 354 51 10 0 123 141 7 11 135 60
Binary 11101100 101001 1000 0 1010011 1100001 111 1001 1011101 110000

Color Harmonies of #EC2908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2908

Black with #EC2908

Text Example


Text Example

White with #EC2908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2908; }

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

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

background-color css

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

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

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

border-color css

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

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

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