Html Css Color HEX #ED0803 Red

📋 copy color: '#ED0803'

red 237 ◦ green 8 ◦ blue 3

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

Shades of Red #ED0803

Tints of Red #ED0803

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.23%

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

R = 95.56%
G = 3.23%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED0803 (or 0xED0803) is known color: Red. HEX triplet: ED, 08 and 03. RGB value is (237,8,3). Sum of RGB (Red+Green+Blue) = 237+8+3=248 (32% of max value = 765). Red value is 237 (92.97% from 255 or 95.56% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0803 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0803 is #12F7FC. Grayscale: #4C4C4C. Windows color (decimal): -1243133 or 198893. OLE color: 198893.

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

Color convert

RGB 237 8 3 -
CMYK 0 0.97 0.99 0.07
HSL 1.28º 0.98% 0.47% -
HSV(B) 1.28º 0.99% 0.93% -
XYZ 35.03 18.18 1.75 -
YUV 75.9 86.87 242.91 -
System Red Green Blue C M Y K H S L
Decimal 237 8 3 0 0.97 0.99 0.07 1.28 0.98 0.47
Hex ED 8 3 0 61 63 7 1 62 2F
Octal 355 10 3 0 141 143 7 1 142 57
Binary 11101101 1000 11 0 1100001 1100011 111 1 1100010 101111

Color Harmonies of #ED0803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0803

Black with #ED0803

Text Example


Text Example

White with #ED0803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0803; }

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

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

background-color css

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

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

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

border-color css

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

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

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