Html Css Color HEX #ED0613 Venetian Red

📋 copy color: '#ED0613'

red 237 ◦ green 6 ◦ blue 19

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

Shades of Venetian Red #ED0613

Tints of Venetian Red #ED0613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.29%

 BLUE value IS 19 (7.81% from 255) = 7.25%

R = 90.46%
G = 2.29%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED0613 (or 0xED0613) is known color: Venetian Red. HEX triplet: ED, 06 and 13. RGB value is (237,6,19). Sum of RGB (Red+Green+Blue) = 237+6+19=262 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.46% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED0613 is #12F9EC. Grayscale: #4C4C4C. Windows color (decimal): -1243629 or 1246957. OLE color: 1246957.

HSL color Cylindrical-coordinate representation of color #ED0613: hue angle of 356.62º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED0613 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 6 19 -
CMYK 0 0.97 0.92 0.07
HSL 356.62º 0.95% 0.48% -
HSV(B) 356.62º 0.97% 0.93% -
XYZ 35.11 18.18 2.28 -
YUV 76.55 95.53 242.44 -
System Red Green Blue C M Y K H S L
Decimal 237 6 19 0 0.97 0.92 0.07 356.62 0.95 0.48
Hex ED 6 13 0 61 5C 7 165 5F 30
Octal 355 6 23 0 141 134 7 545 137 60
Binary 11101101 110 10011 0 1100001 1011100 111 101100101 1011111 110000

Color Harmonies of #ED0613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0613

Black with #ED0613

Text Example


Text Example

White with #ED0613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0613; }

 p { color: rgb(237,6,19); }

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

background-color css

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

 a { background-color: rgb(237,6,19); }

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

border-color css

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

 span { border-color: rgb(237,6,19); }

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