Html Css Color HEX #ED080C Venetian Red

📋 copy color: '#ED080C'

red 237 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #ED080C

Tints of Venetian Red #ED080C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.67%

R = 92.22%
G = 3.11%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED080C (or 0xED080C) is known color: Venetian Red. HEX triplet: ED, 08 and 0C. RGB value is (237,8,12). Sum of RGB (Red+Green+Blue) = 237+8+12=257 (34% of max value = 765). Red value is 237 (92.97% from 255 or 92.22% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 237 - color contains mainly: red. Hex color #ED080C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED080C is #12F7F3. Grayscale: #4D4D4D. Windows color (decimal): -1243124 or 788717. OLE color: 788717.

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

Color convert

RGB 237 8 12 -
CMYK 0 0.97 0.95 0.07
HSL 358.95º 0.93% 0.48% -
HSV(B) 358.95º 0.97% 0.93% -
XYZ 35.08 18.2 2.01 -
YUV 76.93 91.37 242.17 -
System Red Green Blue C M Y K H S L
Decimal 237 8 12 0 0.97 0.95 0.07 358.95 0.93 0.48
Hex ED 8 C 0 61 5F 7 167 5D 30
Octal 355 10 14 0 141 137 7 547 135 60
Binary 11101101 1000 1100 0 1100001 1011111 111 101100111 1011101 110000

Color Harmonies of #ED080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED080C

Black with #ED080C

Text Example


Text Example

White with #ED080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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