Html Css Color HEX #ED1404 Scarlet

📋 copy color: '#ED1404'

red 237 ◦ green 20 ◦ blue 4

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

Shades of Scarlet #ED1404

Tints of Scarlet #ED1404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.53%

R = 90.8%
G = 7.66%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED1404 (or 0xED1404) is known color: Scarlet. HEX triplet: ED, 14 and 04. RGB value is (237,20,4). Sum of RGB (Red+Green+Blue) = 237+20+4=261 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.80% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1404 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1404 is #12EBFB. Grayscale: #535353. Windows color (decimal): -1240060 or 267501. OLE color: 267501.

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

Color convert

RGB 237 20 4 -
CMYK 0 0.92 0.98 0.07
HSL 4.12º 0.97% 0.47% -
HSV(B) 4.12º 0.98% 0.93% -
XYZ 35.2 18.51 1.83 -
YUV 83.06 83.39 237.8 -
System Red Green Blue C M Y K H S L
Decimal 237 20 4 0 0.92 0.98 0.07 4.12 0.97 0.47
Hex ED 14 4 0 5C 62 7 4 61 2F
Octal 355 24 4 0 134 142 7 4 141 57
Binary 11101101 10100 100 0 1011100 1100010 111 100 1100001 101111

Color Harmonies of #ED1404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1404

Black with #ED1404

Text Example


Text Example

White with #ED1404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1404; }

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

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

background-color css

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

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

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

border-color css

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

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

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