Html Css Color HEX #ED090F Venetian Red

📋 copy color: '#ED090F'

red 237 ◦ green 9 ◦ blue 15

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

Shades of Venetian Red #ED090F

Tints of Venetian Red #ED090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.45%

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

R = 90.8%
G = 3.45%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED090F (or 0xED090F) is known color: Venetian Red. HEX triplet: ED, 09 and 0F. RGB value is (237,9,15). Sum of RGB (Red+Green+Blue) = 237+9+15=261 (34% of max value = 765). Red value is 237 (92.97% from 255 or 90.80% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 237 - color contains mainly: red. Hex color #ED090F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED090F is #12F6F0. Grayscale: #4E4E4E. Windows color (decimal): -1242865 or 985581. OLE color: 985581.

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

Color convert

RGB 237 9 15 -
CMYK 0 0.96 0.94 0.07
HSL 358.42º 0.93% 0.48% -
HSV(B) 358.42º 0.96% 0.93% -
XYZ 35.11 18.23 2.12 -
YUV 77.86 92.54 241.51 -
System Red Green Blue C M Y K H S L
Decimal 237 9 15 0 0.96 0.94 0.07 358.42 0.93 0.48
Hex ED 9 F 0 60 5E 7 166 5D 30
Octal 355 11 17 0 140 136 7 546 135 60
Binary 11101101 1001 1111 0 1100000 1011110 111 101100110 1011101 110000

Color Harmonies of #ED090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED090F

Black with #ED090F

Text Example


Text Example

White with #ED090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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