Html Css Color HEX #ED060F Venetian Red

📋 copy color: '#ED060F'

red 237 ◦ green 6 ◦ blue 15

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

Shades of Venetian Red #ED060F

Tints of Venetian Red #ED060F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.81%

R = 91.86%
G = 2.33%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED060F (or 0xED060F) is known color: Venetian Red. HEX triplet: ED, 06 and 0F. RGB value is (237,6,15). Sum of RGB (Red+Green+Blue) = 237+6+15=258 (34% of max value = 765). Red value is 237 (92.97% from 255 or 91.86% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 237 - color contains mainly: red. Hex color #ED060F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED060F is #12F9F0. Grayscale: #4C4C4C. Windows color (decimal): -1243633 or 984813. OLE color: 984813.

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

Color convert

RGB 237 6 15 -
CMYK 0 0.97 0.94 0.07
HSL 357.66º 0.95% 0.48% -
HSV(B) 357.66º 0.97% 0.93% -
XYZ 35.08 18.17 2.11 -
YUV 76.1 93.53 242.77 -
System Red Green Blue C M Y K H S L
Decimal 237 6 15 0 0.97 0.94 0.07 357.66 0.95 0.48
Hex ED 6 F 0 61 5E 7 166 5F 30
Octal 355 6 17 0 141 136 7 546 137 60
Binary 11101101 110 1111 0 1100001 1011110 111 101100110 1011111 110000

Color Harmonies of #ED060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED060F

Black with #ED060F

Text Example


Text Example

White with #ED060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED060F; }

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

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

background-color css

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

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

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

border-color css

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

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

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