Html Css Color HEX #ED1308 Scarlet

📋 copy color: '#ED1308'

red 237 ◦ green 19 ◦ blue 8

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

Shades of Scarlet #ED1308

Tints of Scarlet #ED1308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.2%

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

R = 89.77%
G = 7.2%
B = 3.03%

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

#ED1308 (or 0xED1308) is known color: Scarlet. HEX triplet: ED, 13 and 08. RGB value is (237,19,8). Sum of RGB (Red+Green+Blue) = 237+19+8=264 (34% of max value = 765). Red value is 237 (92.97% from 255 or 89.77% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1308 is #12ECF7. Grayscale: #535353. Windows color (decimal): -1240312 or 529389. OLE color: 529389.

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

Color convert

RGB 237 19 8 -
CMYK 0 0.92 0.97 0.07
HSL 2.88º 0.93% 0.48% -
HSV(B) 2.88º 0.97% 0.93% -
XYZ 35.2 18.49 1.94 -
YUV 82.93 85.72 237.89 -
System Red Green Blue C M Y K H S L
Decimal 237 19 8 0 0.92 0.97 0.07 2.88 0.93 0.48
Hex ED 13 8 0 5C 61 7 3 5D 30
Octal 355 23 10 0 134 141 7 3 135 60
Binary 11101101 10011 1000 0 1011100 1100001 111 11 1011101 110000

Color Harmonies of #ED1308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1308

Black with #ED1308

Text Example


Text Example

White with #ED1308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1308; }

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

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

background-color css

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

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

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

border-color css

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

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

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