Html Css Color HEX #ED1806 Scarlet

📋 copy color: '#ED1806'

red 237 ◦ green 24 ◦ blue 6

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

Shades of Scarlet #ED1806

Tints of Scarlet #ED1806

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.99%

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

R = 88.76%
G = 8.99%
B = 2.25%

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

#ED1806 (or 0xED1806) is known color: Scarlet. HEX triplet: ED, 18 and 06. RGB value is (237,24,6). Sum of RGB (Red+Green+Blue) = 237+24+6=267 (35% of max value = 765). Red value is 237 (92.97% from 255 or 88.76% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1806 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1806 is #12E7F9. Grayscale: #555555. Windows color (decimal): -1239034 or 399597. OLE color: 399597.

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

Color convert

RGB 237 24 6 -
CMYK 0 0.90 0.97 0.07
HSL 4.68º 0.95% 0.48% -
HSV(B) 4.68º 0.97% 0.93% -
XYZ 35.28 18.67 1.92 -
YUV 85.64 83.07 235.96 -
System Red Green Blue C M Y K H S L
Decimal 237 24 6 0 0.90 0.97 0.07 4.68 0.95 0.48
Hex ED 18 6 0 5A 61 7 5 5F 30
Octal 355 30 6 0 132 141 7 5 137 60
Binary 11101101 11000 110 0 1011010 1100001 111 101 1011111 110000

Color Harmonies of #ED1806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1806

Black with #ED1806

Text Example


Text Example

White with #ED1806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1806; }

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

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

background-color css

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

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

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

border-color css

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

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

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