Html Css Color HEX #ED1406 Scarlet

📋 copy color: '#ED1406'

red 237 ◦ green 20 ◦ blue 6

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

Shades of Scarlet #ED1406

Tints of Scarlet #ED1406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.6%

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

R = 90.11%
G = 7.6%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED1406 (or 0xED1406) is known color: Scarlet. HEX triplet: ED, 14 and 06. RGB value is (237,20,6). Sum of RGB (Red+Green+Blue) = 237+20+6=263 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.11% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1406 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1406 is #12EBF9. Grayscale: #535353. Windows color (decimal): -1240058 or 398573. OLE color: 398573.

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

Color convert

RGB 237 20 6 -
CMYK 0 0.92 0.97 0.07
HSL 3.64º 0.95% 0.48% -
HSV(B) 3.64º 0.97% 0.93% -
XYZ 35.21 18.52 1.89 -
YUV 83.29 84.39 237.64 -
System Red Green Blue C M Y K H S L
Decimal 237 20 6 0 0.92 0.97 0.07 3.64 0.95 0.48
Hex ED 14 6 0 5C 61 7 4 5F 30
Octal 355 24 6 0 134 141 7 4 137 60
Binary 11101101 10100 110 0 1011100 1100001 111 100 1011111 110000

Color Harmonies of #ED1406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1406

Black with #ED1406

Text Example


Text Example

White with #ED1406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1406; }

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

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

background-color css

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

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

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

border-color css

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

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

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