Html Css Color HEX #ED0312 Venetian Red

📋 copy color: '#ED0312'

red 237 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #ED0312

Tints of Venetian Red #ED0312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.98%

R = 91.86%
G = 1.16%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED0312 (or 0xED0312) is known color: Venetian Red. HEX triplet: ED, 03 and 12. RGB value is (237,3,18). Sum of RGB (Red+Green+Blue) = 237+3+18=258 (34% of max value = 765). Red value is 237 (92.97% from 255 or 91.86% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0312 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0312 is #12FCED. Grayscale: #4A4A4A. Windows color (decimal): -1244398 or 1180653. OLE color: 1180653.

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

Color convert

RGB 237 3 18 -
CMYK 0 0.99 0.92 0.07
HSL 356.15º 0.98% 0.47% -
HSV(B) 356.15º 0.99% 0.93% -
XYZ 35.07 18.11 2.22 -
YUV 74.68 96.02 243.78 -
System Red Green Blue C M Y K H S L
Decimal 237 3 18 0 0.99 0.92 0.07 356.15 0.98 0.47
Hex ED 3 12 0 63 5C 7 164 62 2F
Octal 355 3 22 0 143 134 7 544 142 57
Binary 11101101 11 10010 0 1100011 1011100 111 101100100 1100010 101111

Color Harmonies of #ED0312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0312

Black with #ED0312

Text Example


Text Example

White with #ED0312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0312; }

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

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

background-color css

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

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

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

border-color css

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

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

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