Html Css Color HEX #ED030F Venetian Red

📋 copy color: '#ED030F'

red 237 ◦ green 3 ◦ blue 15

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

Shades of Venetian Red #ED030F

Tints of Venetian Red #ED030F

RGB

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

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

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

R = 92.94%
G = 1.18%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED030F (or 0xED030F) is known color: Venetian Red. HEX triplet: ED, 03 and 0F. RGB value is (237,3,15). Sum of RGB (Red+Green+Blue) = 237+3+15=255 (33% of max value = 765). Red value is 237 (92.97% from 255 or 92.94% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 237 - color contains mainly: red. Hex color #ED030F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED030F is #12FCF0. Grayscale: #4A4A4A. Windows color (decimal): -1244401 or 984045. OLE color: 984045.

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

Color convert

RGB 237 3 15 -
CMYK 0 0.99 0.94 0.07
HSL 356.92º 0.98% 0.47% -
HSV(B) 356.92º 0.99% 0.93% -
XYZ 35.04 18.1 2.1 -
YUV 74.33 94.52 244.02 -
System Red Green Blue C M Y K H S L
Decimal 237 3 15 0 0.99 0.94 0.07 356.92 0.98 0.47
Hex ED 3 F 0 63 5E 7 165 62 2F
Octal 355 3 17 0 143 136 7 545 142 57
Binary 11101101 11 1111 0 1100011 1011110 111 101100101 1100010 101111

Color Harmonies of #ED030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED030F

Black with #ED030F

Text Example


Text Example

White with #ED030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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