Html Css Color HEX #ED0104 Venetian Red

📋 copy color: '#ED0104'

red 237 ◦ green 1 ◦ blue 4

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

Shades of Venetian Red #ED0104

Tints of Venetian Red #ED0104

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 97.93%
G = 0.41%
B = 1.65%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED0104 (or 0xED0104) is known color: Venetian Red. HEX triplet: ED, 01 and 04. RGB value is (237,1,4). Sum of RGB (Red+Green+Blue) = 237+1+4=242 (32% of max value = 765). Red value is 237 (92.97% from 255 or 97.93% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0104 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0104 is #12FEFB. Grayscale: #484848. Windows color (decimal): -1244924 or 262637. OLE color: 262637.

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

Color convert

RGB 237 1 4 -
CMYK 0 1.00 0.98 0.07
HSL 359.24º 0.99% 0.47% -
HSV(B) 359.24º 1% 0.93% -
XYZ 34.96 18.04 1.75 -
YUV 71.91 89.69 245.76 -
System Red Green Blue C M Y K H S L
Decimal 237 1 4 0 1.00 0.98 0.07 359.24 0.99 0.47
Hex ED 1 4 0 64 62 7 167 63 2F
Octal 355 1 4 0 144 142 7 547 143 57
Binary 11101101 1 100 0 1100100 1100010 111 101100111 1100011 101111

Color Harmonies of #ED0104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0104

Black with #ED0104

Text Example


Text Example

White with #ED0104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0104; }

 p { color: rgb(237,1,4); }

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

background-color css

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

 a { background-color: rgb(237,1,4); }

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

border-color css

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

 span { border-color: rgb(237,1,4); }

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