Html Css Color HEX #ED1403 Scarlet

📋 copy color: '#ED1403'

red 237 ◦ green 20 ◦ blue 3

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

Shades of Scarlet #ED1403

Tints of Scarlet #ED1403

RGB

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

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

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

R = 91.15%
G = 7.69%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED1403 (or 0xED1403) is known color: Scarlet. HEX triplet: ED, 14 and 03. RGB value is (237,20,3). Sum of RGB (Red+Green+Blue) = 237+20+3=260 (34% of max value = 765). Red value is 237 (92.97% from 255 or 91.15% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1403 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1403 is #12EBFC. Grayscale: #535353. Windows color (decimal): -1240061 or 201965. OLE color: 201965.

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

Color convert

RGB 237 20 3 -
CMYK 0 0.92 0.99 0.07
HSL 4.36º 0.98% 0.47% -
HSV(B) 4.36º 0.99% 0.93% -
XYZ 35.19 18.51 1.8 -
YUV 82.95 82.89 237.88 -
System Red Green Blue C M Y K H S L
Decimal 237 20 3 0 0.92 0.99 0.07 4.36 0.98 0.47
Hex ED 14 3 0 5C 63 7 4 62 2F
Octal 355 24 3 0 134 143 7 4 142 57
Binary 11101101 10100 11 0 1011100 1100011 111 100 1100010 101111

Color Harmonies of #ED1403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1403

Black with #ED1403

Text Example


Text Example

White with #ED1403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1403; }

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

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

background-color css

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

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

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

border-color css

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

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

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