Html Css Color HEX #ED0514 Venetian Red

📋 copy color: '#ED0514'

red 237 ◦ green 5 ◦ blue 20

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

Shades of Venetian Red #ED0514

Tints of Venetian Red #ED0514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.63%

R = 90.46%
G = 1.91%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED0514 (or 0xED0514) is known color: Venetian Red. HEX triplet: ED, 05 and 14. RGB value is (237,5,20). Sum of RGB (Red+Green+Blue) = 237+5+20=262 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.46% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0514 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0514 is #12FAEB. Grayscale: #4C4C4C. Windows color (decimal): -1243884 or 1312237. OLE color: 1312237.

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

Color convert

RGB 237 5 20 -
CMYK 0 0.98 0.92 0.07
HSL 356.12º 0.96% 0.47% -
HSV(B) 356.12º 0.98% 0.93% -
XYZ 35.11 18.16 2.32 -
YUV 76.08 96.36 242.78 -
System Red Green Blue C M Y K H S L
Decimal 237 5 20 0 0.98 0.92 0.07 356.12 0.96 0.47
Hex ED 5 14 0 62 5C 7 164 60 2F
Octal 355 5 24 0 142 134 7 544 140 57
Binary 11101101 101 10100 0 1100010 1011100 111 101100100 1100000 101111

Color Harmonies of #ED0514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0514

Black with #ED0514

Text Example


Text Example

White with #ED0514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0514; }

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

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

background-color css

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

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

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

border-color css

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

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

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