Html Css Color HEX #ED1706 Scarlet

📋 copy color: '#ED1706'

red 237 ◦ green 23 ◦ blue 6

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

Shades of Scarlet #ED1706

Tints of Scarlet #ED1706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.26%

R = 89.1%
G = 8.65%
B = 2.26%

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

#ED1706 (or 0xED1706) is known color: Scarlet. HEX triplet: ED, 17 and 06. RGB value is (237,23,6). Sum of RGB (Red+Green+Blue) = 237+23+6=266 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.10% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1706 is #12E8F9. Grayscale: #555555. Windows color (decimal): -1239290 or 399341. OLE color: 399341.

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

Color convert

RGB 237 23 6 -
CMYK 0 0.90 0.97 0.07
HSL 4.42º 0.95% 0.48% -
HSV(B) 4.42º 0.97% 0.93% -
XYZ 35.26 18.63 1.91 -
YUV 85.05 83.4 236.38 -
System Red Green Blue C M Y K H S L
Decimal 237 23 6 0 0.90 0.97 0.07 4.42 0.95 0.48
Hex ED 17 6 0 5A 61 7 4 5F 30
Octal 355 27 6 0 132 141 7 4 137 60
Binary 11101101 10111 110 0 1011010 1100001 111 100 1011111 110000

Color Harmonies of #ED1706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1706

Black with #ED1706

Text Example


Text Example

White with #ED1706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1706; }

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

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

background-color css

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

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

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

border-color css

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

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

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