Html Css Color HEX #ED070F Venetian Red

📋 copy color: '#ED070F'

red 237 ◦ green 7 ◦ blue 15

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

Shades of Venetian Red #ED070F

Tints of Venetian Red #ED070F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.7%

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

R = 91.51%
G = 2.7%
B = 5.79%

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

#ED070F (or 0xED070F) is known color: Venetian Red. HEX triplet: ED, 07 and 0F. RGB value is (237,7,15). Sum of RGB (Red+Green+Blue) = 237+7+15=259 (34% of max value = 765). Red value is 237 (92.97% from 255 or 91.51% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 237 - color contains mainly: red. Hex color #ED070F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED070F is #12F8F0. Grayscale: #4C4C4C. Windows color (decimal): -1243377 or 985069. OLE color: 985069.

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

Color convert

RGB 237 7 15 -
CMYK 0 0.97 0.94 0.07
HSL 357.91º 0.94% 0.48% -
HSV(B) 357.91º 0.97% 0.93% -
XYZ 35.09 18.19 2.11 -
YUV 76.68 93.2 242.35 -
System Red Green Blue C M Y K H S L
Decimal 237 7 15 0 0.97 0.94 0.07 357.91 0.94 0.48
Hex ED 7 F 0 61 5E 7 166 5E 30
Octal 355 7 17 0 141 136 7 546 136 60
Binary 11101101 111 1111 0 1100001 1011110 111 101100110 1011110 110000

Color Harmonies of #ED070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED070F

Black with #ED070F

Text Example


Text Example

White with #ED070F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED070F; }

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

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

background-color css

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

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

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

border-color css

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

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

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