Html Css Color HEX #ED010E Venetian Red

📋 copy color: '#ED010E'

red 237 ◦ green 1 ◦ blue 14

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

Shades of Venetian Red #ED010E

Tints of Venetian Red #ED010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 14 (5.86% from 255) = 5.56%

R = 94.05%
G = 0.4%
B = 5.56%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED010E (or 0xED010E) is known color: Venetian Red. HEX triplet: ED, 01 and 0E. RGB value is (237,1,14). Sum of RGB (Red+Green+Blue) = 237+1+14=252 (33% of max value = 765). Red value is 237 (92.97% from 255 or 94.05% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 237 - color contains mainly: red. Hex color #ED010E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED010E is #12FEF1. Grayscale: #494949. Windows color (decimal): -1244914 or 917997. OLE color: 917997.

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

Color convert

RGB 237 1 14 -
CMYK 0 1.00 0.94 0.07
HSL 356.69º 0.99% 0.47% -
HSV(B) 356.69º 1% 0.93% -
XYZ 35.02 18.06 2.06 -
YUV 73.05 94.69 244.94 -
System Red Green Blue C M Y K H S L
Decimal 237 1 14 0 1.00 0.94 0.07 356.69 0.99 0.47
Hex ED 1 E 0 64 5E 7 165 63 2F
Octal 355 1 16 0 144 136 7 545 143 57
Binary 11101101 1 1110 0 1100100 1011110 111 101100101 1100011 101111

Color Harmonies of #ED010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED010E

Black with #ED010E

Text Example


Text Example

White with #ED010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED010E; }

 p { color: rgb(237,1,14); }

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

background-color css

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

 a { background-color: rgb(237,1,14); }

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

border-color css

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

 span { border-color: rgb(237,1,14); }

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