Html Css Color HEX #ED050E Venetian Red

📋 copy color: '#ED050E'

red 237 ◦ green 5 ◦ blue 14

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

Shades of Venetian Red #ED050E

Tints of Venetian Red #ED050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 14 (5.86% from 255) = 5.47%

R = 92.58%
G = 1.95%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED050E (or 0xED050E) is known color: Venetian Red. HEX triplet: ED, 05 and 0E. RGB value is (237,5,14). Sum of RGB (Red+Green+Blue) = 237+5+14=256 (33% of max value = 765). Red value is 237 (92.97% from 255 or 92.58% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 237 - color contains mainly: red. Hex color #ED050E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED050E is #12FAF1. Grayscale: #4B4B4B. Windows color (decimal): -1243890 or 919021. OLE color: 919021.

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

Color convert

RGB 237 5 14 -
CMYK 0 0.98 0.94 0.07
HSL 357.67º 0.96% 0.47% -
HSV(B) 357.67º 0.98% 0.93% -
XYZ 35.06 18.14 2.07 -
YUV 75.39 93.36 243.27 -
System Red Green Blue C M Y K H S L
Decimal 237 5 14 0 0.98 0.94 0.07 357.67 0.96 0.47
Hex ED 5 E 0 62 5E 7 166 60 2F
Octal 355 5 16 0 142 136 7 546 140 57
Binary 11101101 101 1110 0 1100010 1011110 111 101100110 1100000 101111

Color Harmonies of #ED050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED050E

Black with #ED050E

Text Example


Text Example

White with #ED050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED050E; }

 p { color: rgb(237,5,14); }

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

background-color css

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

 a { background-color: rgb(237,5,14); }

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

border-color css

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

 span { border-color: rgb(237,5,14); }

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