Html Css Color HEX #ED2003 Scarlet

📋 copy color: '#ED2003'

red 237 ◦ green 32 ◦ blue 3

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

Shades of Scarlet #ED2003

Tints of Scarlet #ED2003

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.76%

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

R = 87.13%
G = 11.76%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED2003 (or 0xED2003) is known color: Scarlet. HEX triplet: ED, 20 and 03. RGB value is (237,32,3). Sum of RGB (Red+Green+Blue) = 237+32+3=272 (36% of max value = 765). Red value is 237 (92.97% from 255 or 87.13% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED2003 is #12DFFC. Grayscale: #5A5A5A. Windows color (decimal): -1236989 or 205037. OLE color: 205037.

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

Color convert

RGB 237 32 3 -
CMYK 0 0.86 0.99 0.07
HSL 7.44º 0.98% 0.47% -
HSV(B) 7.44º 0.99% 0.93% -
XYZ 35.46 19.04 1.89 -
YUV 89.99 78.92 232.86 -
System Red Green Blue C M Y K H S L
Decimal 237 32 3 0 0.86 0.99 0.07 7.44 0.98 0.47
Hex ED 20 3 0 56 63 7 7 62 2F
Octal 355 40 3 0 126 143 7 7 142 57
Binary 11101101 100000 11 0 1010110 1100011 111 111 1100010 101111

Color Harmonies of #ED2003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2003

Black with #ED2003

Text Example


Text Example

White with #ED2003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2003; }

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

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

background-color css

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

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

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

border-color css

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

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

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