Html Css Color HEX #ED1705 Scarlet

📋 copy color: '#ED1705'

red 237 ◦ green 23 ◦ blue 5

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

Shades of Scarlet #ED1705

Tints of Scarlet #ED1705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.89%

R = 89.43%
G = 8.68%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED1705 (or 0xED1705) is known color: Scarlet. HEX triplet: ED, 17 and 05. RGB value is (237,23,5). Sum of RGB (Red+Green+Blue) = 237+23+5=265 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.43% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1705 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1705 is #12E8FA. Grayscale: #555555. Windows color (decimal): -1239291 or 333805. OLE color: 333805.

HSL color Cylindrical-coordinate representation of color #ED1705: hue angle of 4.66º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED1705 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 23 5 -
CMYK 0 0.90 0.98 0.07
HSL 4.66º 0.96% 0.47% -
HSV(B) 4.66º 0.98% 0.93% -
XYZ 35.26 18.63 1.88 -
YUV 84.93 82.9 236.46 -
System Red Green Blue C M Y K H S L
Decimal 237 23 5 0 0.90 0.98 0.07 4.66 0.96 0.47
Hex ED 17 5 0 5A 62 7 5 60 2F
Octal 355 27 5 0 132 142 7 5 140 57
Binary 11101101 10111 101 0 1011010 1100010 111 101 1100000 101111

Color Harmonies of #ED1705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1705

Black with #ED1705

Text Example


Text Example

White with #ED1705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1705; }

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

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

background-color css

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

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

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

border-color css

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

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

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