Html Css Color HEX #ED1703 Scarlet

📋 copy color: '#ED1703'

red 237 ◦ green 23 ◦ blue 3

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

Shades of Scarlet #ED1703

Tints of Scarlet #ED1703

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.75%

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

R = 90.11%
G = 8.75%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED1703 (or 0xED1703) is known color: Scarlet. HEX triplet: ED, 17 and 03. RGB value is (237,23,3). Sum of RGB (Red+Green+Blue) = 237+23+3=263 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.11% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1703 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1703 is #12E8FC. Grayscale: #545454. Windows color (decimal): -1239293 or 202733. OLE color: 202733.

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

Color convert

RGB 237 23 3 -
CMYK 0 0.90 0.99 0.07
HSL 5.13º 0.98% 0.47% -
HSV(B) 5.13º 0.99% 0.93% -
XYZ 35.25 18.62 1.82 -
YUV 84.71 81.9 236.63 -
System Red Green Blue C M Y K H S L
Decimal 237 23 3 0 0.90 0.99 0.07 5.13 0.98 0.47
Hex ED 17 3 0 5A 63 7 5 62 2F
Octal 355 27 3 0 132 143 7 5 142 57
Binary 11101101 10111 11 0 1011010 1100011 111 101 1100010 101111

Color Harmonies of #ED1703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1703

Black with #ED1703

Text Example


Text Example

White with #ED1703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1703; }

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

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

background-color css

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

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

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

border-color css

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

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

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