Html Css Color HEX #ED3003 Scarlet

📋 copy color: '#ED3003'

red 237 ◦ green 48 ◦ blue 3

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

Shades of Scarlet #ED3003

Tints of Scarlet #ED3003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.67%

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

R = 82.29%
G = 16.67%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED3003 (or 0xED3003) is known color: Scarlet. HEX triplet: ED, 30 and 03. RGB value is (237,48,3). Sum of RGB (Red+Green+Blue) = 237+48+3=288 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.29% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3003 is #12CFFC. Grayscale: #636363. Windows color (decimal): -1232893 or 209133. OLE color: 209133.

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

Color convert

RGB 237 48 3 -
CMYK 0 0.80 0.99 0.07
HSL 11.54º 0.98% 0.47% -
HSV(B) 11.54º 0.99% 0.93% -
XYZ 36 20.13 2.07 -
YUV 99.38 73.62 226.16 -
System Red Green Blue C M Y K H S L
Decimal 237 48 3 0 0.80 0.99 0.07 11.54 0.98 0.47
Hex ED 30 3 0 50 63 7 C 62 2F
Octal 355 60 3 0 120 143 7 14 142 57
Binary 11101101 110000 11 0 1010000 1100011 111 1100 1100010 101111

Color Harmonies of #ED3003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3003

Black with #ED3003

Text Example


Text Example

White with #ED3003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3003; }

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

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

background-color css

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

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

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

border-color css

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

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

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