Html Css Color HEX #ED1606 Scarlet

📋 copy color: '#ED1606'

red 237 ◦ green 22 ◦ blue 6

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

Shades of Scarlet #ED1606

Tints of Scarlet #ED1606

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

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

R = 89.43%
G = 8.3%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED1606 (or 0xED1606) is known color: Scarlet. HEX triplet: ED, 16 and 06. RGB value is (237,22,6). Sum of RGB (Red+Green+Blue) = 237+22+6=265 (35% of max value = 765). Red value is 237 (92.97% from 255 or 89.43% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1606 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1606 is #12E9F9. Grayscale: #545454. Windows color (decimal): -1239546 or 399085. OLE color: 399085.

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

Color convert

RGB 237 22 6 -
CMYK 0 0.91 0.97 0.07
HSL 4.16º 0.95% 0.48% -
HSV(B) 4.16º 0.97% 0.93% -
XYZ 35.24 18.59 1.9 -
YUV 84.46 83.73 236.8 -
System Red Green Blue C M Y K H S L
Decimal 237 22 6 0 0.91 0.97 0.07 4.16 0.95 0.48
Hex ED 16 6 0 5B 61 7 4 5F 30
Octal 355 26 6 0 133 141 7 4 137 60
Binary 11101101 10110 110 0 1011011 1100001 111 100 1011111 110000

Color Harmonies of #ED1606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1606

Black with #ED1606

Text Example


Text Example

White with #ED1606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1606; }

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

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

background-color css

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

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

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

border-color css

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

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

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