Html Css Color HEX #ED1708 Scarlet

📋 copy color: '#ED1708'

red 237 ◦ green 23 ◦ blue 8

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

Shades of Scarlet #ED1708

Tints of Scarlet #ED1708

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.58%

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

R = 88.43%
G = 8.58%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED1708 (or 0xED1708) is known color: Scarlet. HEX triplet: ED, 17 and 08. RGB value is (237,23,8). Sum of RGB (Red+Green+Blue) = 237+23+8=268 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.43% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1708 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1708 is #12E8F7. Grayscale: #555555. Windows color (decimal): -1239288 or 530413. OLE color: 530413.

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

Color convert

RGB 237 23 8 -
CMYK 0 0.90 0.97 0.07
HSL 3.93º 0.93% 0.48% -
HSV(B) 3.93º 0.97% 0.93% -
XYZ 35.28 18.63 1.97 -
YUV 85.28 84.4 236.22 -
System Red Green Blue C M Y K H S L
Decimal 237 23 8 0 0.90 0.97 0.07 3.93 0.93 0.48
Hex ED 17 8 0 5A 61 7 4 5D 30
Octal 355 27 10 0 132 141 7 4 135 60
Binary 11101101 10111 1000 0 1011010 1100001 111 100 1011101 110000

Color Harmonies of #ED1708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1708

Black with #ED1708

Text Example


Text Example

White with #ED1708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1708; }

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

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

background-color css

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

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

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

border-color css

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

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

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