Html Css Color HEX #EB2408 Scarlet

📋 copy color: '#EB2408'

red 235 ◦ green 36 ◦ blue 8

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

Shades of Scarlet #EB2408

Tints of Scarlet #EB2408

RGB

 RED value IS 235 (92.19% from 255) = 84.23%

 GREEN value IS 36 (14.45% from 255) = 12.9%

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

R = 84.23%
G = 12.9%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EB2408 (or 0xEB2408) is known color: Scarlet. HEX triplet: EB, 24 and 08. RGB value is (235,36,8). Sum of RGB (Red+Green+Blue) = 235+36+8=279 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.23% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2408 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2408 is #14DBF7. Grayscale: #5C5C5C. Windows color (decimal): -1367032 or 533739. OLE color: 533739.

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

Color convert

RGB 235 36 8 -
CMYK 0 0.85 0.97 0.08
HSL 7.4º 0.93% 0.48% -
HSV(B) 7.4º 0.97% 0.92% -
XYZ 34.94 18.94 2.04 -
YUV 92.31 80.43 229.78 -
System Red Green Blue C M Y K H S L
Decimal 235 36 8 0 0.85 0.97 0.08 7.4 0.93 0.48
Hex EB 24 8 0 55 61 8 7 5D 30
Octal 353 44 10 0 125 141 10 7 135 60
Binary 11101011 100100 1000 0 1010101 1100001 1000 111 1011101 110000

Color Harmonies of #EB2408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2408

Black with #EB2408

Text Example


Text Example

White with #EB2408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2408; }

 p { color: rgb(235,36,8); }

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

background-color css

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

 a { background-color: rgb(235,36,8); }

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

border-color css

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

 span { border-color: rgb(235,36,8); }

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