Html Css Color HEX #ED000A Venetian Red

📋 copy color: '#ED000A'

red 237 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #ED000A

Tints of Venetian Red #ED000A

RGB

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

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

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

R = 95.95%
G = 0%
B = 4.05%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED000A (or 0xED000A) is known color: Venetian Red. HEX triplet: ED, 00 and 0A. RGB value is (237,0,10). Sum of RGB (Red+Green+Blue) = 237+0+10=247 (32% of max value = 765). Red value is 237 (92.97% from 255 or 95.95% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 237 - color contains mainly: red. Hex color #ED000A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED000A is #12FFF5. Grayscale: #484848. Windows color (decimal): -1245174 or 655597. OLE color: 655597.

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

Color convert

RGB 237 0 10 -
CMYK 0 1 0.96 0.07
HSL 357.47º 1% 0.46% -
HSV(B) 357.47º 1% 0.93% -
XYZ 34.98 18.03 1.92 -
YUV 72 93.02 245.69 -
System Red Green Blue C M Y K H S L
Decimal 237 0 10 0 1 0.96 0.07 357.47 1 0.46
Hex ED 0 A 0 64 60 7 165 64 2E
Octal 355 0 12 0 144 140 7 545 144 56
Binary 11101101 0 1010 0 1100100 1100000 111 101100101 1100100 101110

Color Harmonies of #ED000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED000A

Black with #ED000A

Text Example


Text Example

White with #ED000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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