Html Css Color HEX #ED0204 Venetian Red

📋 copy color: '#ED0204'

red 237 ◦ green 2 ◦ blue 4

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

Shades of Venetian Red #ED0204

Tints of Venetian Red #ED0204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

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

R = 97.53%
G = 0.82%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ED0204 (or 0xED0204) is known color: Venetian Red. HEX triplet: ED, 02 and 04. RGB value is (237,2,4). Sum of RGB (Red+Green+Blue) = 237+2+4=243 (32% of max value = 765). Red value is 237 (92.97% from 255 or 97.53% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0204 is #12FDFB. Grayscale: #484848. Windows color (decimal): -1244668 or 262893. OLE color: 262893.

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

Color convert

RGB 237 2 4 -
CMYK 0 0.99 0.98 0.07
HSL 359.49º 0.98% 0.47% -
HSV(B) 359.49º 0.99% 0.93% -
XYZ 34.97 18.06 1.76 -
YUV 72.49 89.36 245.34 -
System Red Green Blue C M Y K H S L
Decimal 237 2 4 0 0.99 0.98 0.07 359.49 0.98 0.47
Hex ED 2 4 0 63 62 7 167 62 2F
Octal 355 2 4 0 143 142 7 547 142 57
Binary 11101101 10 100 0 1100011 1100010 111 101100111 1100010 101111

Color Harmonies of #ED0204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0204

Black with #ED0204

Text Example


Text Example

White with #ED0204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0204; }

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

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

background-color css

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

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

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

border-color css

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

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

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