Html Css Color HEX #ED0010 Venetian Red

📋 copy color: '#ED0010'

red 237 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #ED0010

Tints of Venetian Red #ED0010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 6.32%

R = 93.68%
G = 0%
B = 6.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED0010 (or 0xED0010) is known color: Venetian Red. HEX triplet: ED, 00 and 10. RGB value is (237,0,16). Sum of RGB (Red+Green+Blue) = 237+0+16=253 (33% of max value = 765). Red value is 237 (92.97% from 255 or 93.68% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0010 is #12FFEF. Grayscale: #484848. Windows color (decimal): -1245168 or 1048813. OLE color: 1048813.

HSL color Cylindrical-coordinate representation of color #ED0010: hue angle of 355.95º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED0010 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 0 16 -
CMYK 0 1 0.93 0.07
HSL 355.95º 1% 0.46% -
HSV(B) 355.95º 1% 0.93% -
XYZ 35.02 18.04 2.13 -
YUV 72.69 96.02 245.2 -
System Red Green Blue C M Y K H S L
Decimal 237 0 16 0 1 0.93 0.07 355.95 1 0.46
Hex ED 0 10 0 64 5D 7 164 64 2E
Octal 355 0 20 0 144 135 7 544 144 56
Binary 11101101 0 10000 0 1100100 1011101 111 101100100 1100100 101110

Color Harmonies of #ED0010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0010

Black with #ED0010

Text Example


Text Example

White with #ED0010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0010; }

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

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

background-color css

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

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

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

border-color css

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

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

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