Html Css Color HEX #ED0A0D Venetian Red

📋 copy color: '#ED0A0D'

red 237 ◦ green 10 ◦ blue 13

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

Shades of Venetian Red #ED0A0D

Tints of Venetian Red #ED0A0D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.85%

 BLUE value IS 13 (5.47% from 255) = 5%

R = 91.15%
G = 3.85%
B = 5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED0A0D (or 0xED0A0D) is known color: Venetian Red. HEX triplet: ED, 0A and 0D. RGB value is (237,10,13). Sum of RGB (Red+Green+Blue) = 237+10+13=260 (34% of max value = 765). Red value is 237 (92.97% from 255 or 91.15% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0A0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0A0D is #12F5F2. Grayscale: #4E4E4E. Windows color (decimal): -1242611 or 854765. OLE color: 854765.

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

Color convert

RGB 237 10 13 -
CMYK 0 0.96 0.95 0.07
HSL 359.21º 0.92% 0.48% -
HSV(B) 359.21º 0.96% 0.93% -
XYZ 35.11 18.25 2.05 -
YUV 78.22 91.21 241.26 -
System Red Green Blue C M Y K H S L
Decimal 237 10 13 0 0.96 0.95 0.07 359.21 0.92 0.48
Hex ED A D 0 60 5F 7 167 5C 30
Octal 355 12 15 0 140 137 7 547 134 60
Binary 11101101 1010 1101 0 1100000 1011111 111 101100111 1011100 110000

Color Harmonies of #ED0A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0A0D

Black with #ED0A0D

Text Example


Text Example

White with #ED0A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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