Html Css Color HEX #ED1408 Scarlet

📋 copy color: '#ED1408'

red 237 ◦ green 20 ◦ blue 8

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

Shades of Scarlet #ED1408

Tints of Scarlet #ED1408

RGB

 RED value IS 237 (92.97% from 255) = 89.43%

 GREEN value IS 20 (8.2% from 255) = 7.55%

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

R = 89.43%
G = 7.55%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED1408 (or 0xED1408) is known color: Scarlet. HEX triplet: ED, 14 and 08. RGB value is (237,20,8). Sum of RGB (Red+Green+Blue) = 237+20+8=265 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.43% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1408 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1408 is #12EBF7. Grayscale: #535353. Windows color (decimal): -1240056 or 529645. OLE color: 529645.

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

Color convert

RGB 237 20 8 -
CMYK 0 0.92 0.97 0.07
HSL 3.14º 0.93% 0.48% -
HSV(B) 3.14º 0.97% 0.93% -
XYZ 35.22 18.52 1.95 -
YUV 83.52 85.39 237.48 -
System Red Green Blue C M Y K H S L
Decimal 237 20 8 0 0.92 0.97 0.07 3.14 0.93 0.48
Hex ED 14 8 0 5C 61 7 3 5D 30
Octal 355 24 10 0 134 141 7 3 135 60
Binary 11101101 10100 1000 0 1011100 1100001 111 11 1011101 110000

Color Harmonies of #ED1408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1408

Black with #ED1408

Text Example


Text Example

White with #ED1408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1408; }

 p { color: rgb(237,20,8); }

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

background-color css

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

 a { background-color: rgb(237,20,8); }

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

border-color css

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

 span { border-color: rgb(237,20,8); }

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