Html Css Color HEX #ED1707 Scarlet

📋 copy color: '#ED1707'

red 237 ◦ green 23 ◦ blue 7

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

Shades of Scarlet #ED1707

Tints of Scarlet #ED1707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.62%

R = 88.76%
G = 8.61%
B = 2.62%

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

#ED1707 (or 0xED1707) is known color: Scarlet. HEX triplet: ED, 17 and 07. RGB value is (237,23,7). Sum of RGB (Red+Green+Blue) = 237+23+7=267 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.76% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1707 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1707 is #12E8F8. Grayscale: #555555. Windows color (decimal): -1239289 or 464877. OLE color: 464877.

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

Color convert

RGB 237 23 7 -
CMYK 0 0.90 0.97 0.07
HSL 4.17º 0.94% 0.48% -
HSV(B) 4.17º 0.97% 0.93% -
XYZ 35.27 18.63 1.94 -
YUV 85.16 83.9 236.3 -
System Red Green Blue C M Y K H S L
Decimal 237 23 7 0 0.90 0.97 0.07 4.17 0.94 0.48
Hex ED 17 7 0 5A 61 7 4 5E 30
Octal 355 27 7 0 132 141 7 4 136 60
Binary 11101101 10111 111 0 1011010 1100001 111 100 1011110 110000

Color Harmonies of #ED1707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1707

Black with #ED1707

Text Example


Text Example

White with #ED1707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1707; }

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

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

background-color css

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

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

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

border-color css

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

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

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