Html Css Color HEX #ED1003 Red

📋 copy color: '#ED1003'

red 237 ◦ green 16 ◦ blue 3

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

Shades of Red #ED1003

Tints of Red #ED1003

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.25%

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

R = 92.58%
G = 6.25%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED1003 (or 0xED1003) is known color: Red. HEX triplet: ED, 10 and 03. RGB value is (237,16,3). Sum of RGB (Red+Green+Blue) = 237+16+3=256 (33% of max value = 765). Red value is 237 (92.97% from 255 or 92.58% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED1003 is #12EFFC. Grayscale: #505050. Windows color (decimal): -1241085 or 200941. OLE color: 200941.

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

Color convert

RGB 237 16 3 -
CMYK 0 0.93 0.99 0.07
HSL 3.33º 0.98% 0.47% -
HSV(B) 3.33º 0.99% 0.93% -
XYZ 35.13 18.38 1.78 -
YUV 80.6 84.22 239.56 -
System Red Green Blue C M Y K H S L
Decimal 237 16 3 0 0.93 0.99 0.07 3.33 0.98 0.47
Hex ED 10 3 0 5D 63 7 3 62 2F
Octal 355 20 3 0 135 143 7 3 142 57
Binary 11101101 10000 11 0 1011101 1100011 111 11 1100010 101111

Color Harmonies of #ED1003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1003

Black with #ED1003

Text Example


Text Example

White with #ED1003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1003; }

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

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

background-color css

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

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

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

border-color css

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

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

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