Html Css Color HEX #ED0310 Venetian Red

📋 copy color: '#ED0310'

red 237 ◦ green 3 ◦ blue 16

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

Shades of Venetian Red #ED0310

Tints of Venetian Red #ED0310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

 BLUE value IS 16 (6.64% from 255) = 6.25%

R = 92.58%
G = 1.17%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ED0310 (or 0xED0310) is known color: Venetian Red. HEX triplet: ED, 03 and 10. RGB value is (237,3,16). Sum of RGB (Red+Green+Blue) = 237+3+16=256 (33% of max value = 765). Red value is 237 (92.97% from 255 or 92.58% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0310 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0310 is #12FCEF. Grayscale: #4A4A4A. Windows color (decimal): -1244400 or 1049581. OLE color: 1049581.

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

Color convert

RGB 237 3 16 -
CMYK 0 0.99 0.93 0.07
HSL 356.67º 0.98% 0.47% -
HSV(B) 356.67º 0.99% 0.93% -
XYZ 35.05 18.11 2.14 -
YUV 74.45 95.02 243.94 -
System Red Green Blue C M Y K H S L
Decimal 237 3 16 0 0.99 0.93 0.07 356.67 0.98 0.47
Hex ED 3 10 0 63 5D 7 165 62 2F
Octal 355 3 20 0 143 135 7 545 142 57
Binary 11101101 11 10000 0 1100011 1011101 111 101100101 1100010 101111

Color Harmonies of #ED0310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0310

Black with #ED0310

Text Example


Text Example

White with #ED0310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0310; }

 p { color: rgb(237,3,16); }

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

background-color css

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

 a { background-color: rgb(237,3,16); }

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

border-color css

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

 span { border-color: rgb(237,3,16); }

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