Html Css Color HEX #ED0014 Venetian Red

📋 copy color: '#ED0014'

red 237 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #ED0014

Tints of Venetian Red #ED0014

RGB

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

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

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

R = 92.22%
G = 0%
B = 7.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED0014 (or 0xED0014) is known color: Venetian Red. HEX triplet: ED, 00 and 14. RGB value is (237,0,20). Sum of RGB (Red+Green+Blue) = 237+0+20=257 (34% of max value = 765). Red value is 237 (92.97% from 255 or 92.22% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0014 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0014 is #12FFEB. Grayscale: #494949. Windows color (decimal): -1245164 or 1310957. OLE color: 1310957.

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

Color convert

RGB 237 0 20 -
CMYK 0 1 0.92 0.07
HSL 354.94º 1% 0.46% -
HSV(B) 354.94º 1% 0.93% -
XYZ 35.05 18.06 2.3 -
YUV 73.14 98.02 244.87 -
System Red Green Blue C M Y K H S L
Decimal 237 0 20 0 1 0.92 0.07 354.94 1 0.46
Hex ED 0 14 0 64 5C 7 163 64 2E
Octal 355 0 24 0 144 134 7 543 144 56
Binary 11101101 0 10100 0 1100100 1011100 111 101100011 1100100 101110

Color Harmonies of #ED0014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0014

Black with #ED0014

Text Example


Text Example

White with #ED0014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0014; }

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

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

background-color css

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

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

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

border-color css

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

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

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