Html Css Color HEX #ED1505 Scarlet

📋 copy color: '#ED1505'

red 237 ◦ green 21 ◦ blue 5

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

Shades of Scarlet #ED1505

Tints of Scarlet #ED1505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.98%

 BLUE value IS 5 (2.34% from 255) = 1.9%

R = 90.11%
G = 7.98%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED1505 (or 0xED1505) is known color: Scarlet. HEX triplet: ED, 15 and 05. RGB value is (237,21,5). Sum of RGB (Red+Green+Blue) = 237+21+5=263 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.11% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1505 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1505 is #12EAFA. Grayscale: #545454. Windows color (decimal): -1239803 or 333293. OLE color: 333293.

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

Color convert

RGB 237 21 5 -
CMYK 0 0.91 0.98 0.07
HSL 4.14º 0.96% 0.47% -
HSV(B) 4.14º 0.98% 0.93% -
XYZ 35.22 18.55 1.87 -
YUV 83.76 83.56 237.3 -
System Red Green Blue C M Y K H S L
Decimal 237 21 5 0 0.91 0.98 0.07 4.14 0.96 0.47
Hex ED 15 5 0 5B 62 7 4 60 2F
Octal 355 25 5 0 133 142 7 4 140 57
Binary 11101101 10101 101 0 1011011 1100010 111 100 1100000 101111

Color Harmonies of #ED1505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1505

Black with #ED1505

Text Example


Text Example

White with #ED1505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1505; }

 p { color: rgb(237,21,5); }

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

background-color css

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

 a { background-color: rgb(237,21,5); }

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

border-color css

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

 span { border-color: rgb(237,21,5); }

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