Html Css Color HEX #ED1503 Scarlet

📋 copy color: '#ED1503'

red 237 ◦ green 21 ◦ blue 3

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

Shades of Scarlet #ED1503

Tints of Scarlet #ED1503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 90.8%
G = 8.05%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED1503 (or 0xED1503) is known color: Scarlet. HEX triplet: ED, 15 and 03. RGB value is (237,21,3). Sum of RGB (Red+Green+Blue) = 237+21+3=261 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.80% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1503 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1503 is #12EAFC. Grayscale: #535353. Windows color (decimal): -1239805 or 202221. OLE color: 202221.

HSL color Cylindrical-coordinate representation of color #ED1503: hue angle of 4.62º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED1503 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 21 3 -
CMYK 0 0.91 0.99 0.07
HSL 4.62º 0.98% 0.47% -
HSV(B) 4.62º 0.99% 0.93% -
XYZ 35.21 18.55 1.81 -
YUV 83.53 82.56 237.46 -
System Red Green Blue C M Y K H S L
Decimal 237 21 3 0 0.91 0.99 0.07 4.62 0.98 0.47
Hex ED 15 3 0 5B 63 7 5 62 2F
Octal 355 25 3 0 133 143 7 5 142 57
Binary 11101101 10101 11 0 1011011 1100011 111 101 1100010 101111

Color Harmonies of #ED1503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1503

Black with #ED1503

Text Example


Text Example

White with #ED1503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1503; }

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

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

background-color css

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

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

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

border-color css

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

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

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