Html Css Color HEX #ED080A Venetian Red

📋 copy color: '#ED080A'

red 237 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #ED080A

Tints of Venetian Red #ED080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.92%

R = 92.94%
G = 3.14%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED080A (or 0xED080A) is known color: Venetian Red. HEX triplet: ED, 08 and 0A. RGB value is (237,8,10). Sum of RGB (Red+Green+Blue) = 237+8+10=255 (33% of max value = 765). Red value is 237 (92.97% from 255 or 92.94% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 237 - color contains mainly: red. Hex color #ED080A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED080A is #12F7F5. Grayscale: #4C4C4C. Windows color (decimal): -1243126 or 657645. OLE color: 657645.

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

Color convert

RGB 237 8 10 -
CMYK 0 0.97 0.96 0.07
HSL 359.48º 0.93% 0.48% -
HSV(B) 359.48º 0.97% 0.93% -
XYZ 35.07 18.2 1.95 -
YUV 76.7 90.37 242.34 -
System Red Green Blue C M Y K H S L
Decimal 237 8 10 0 0.97 0.96 0.07 359.48 0.93 0.48
Hex ED 8 A 0 61 60 7 167 5D 30
Octal 355 10 12 0 141 140 7 547 135 60
Binary 11101101 1000 1010 0 1100001 1100000 111 101100111 1011101 110000

Color Harmonies of #ED080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED080A

Black with #ED080A

Text Example


Text Example

White with #ED080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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