Html Css Color HEX #ED010C Venetian Red

📋 copy color: '#ED010C'

red 237 ◦ green 1 ◦ blue 12

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

Shades of Venetian Red #ED010C

Tints of Venetian Red #ED010C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.8%

R = 94.8%
G = 0.4%
B = 4.8%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED010C (or 0xED010C) is known color: Venetian Red. HEX triplet: ED, 01 and 0C. RGB value is (237,1,12). Sum of RGB (Red+Green+Blue) = 237+1+12=250 (33% of max value = 765). Red value is 237 (92.97% from 255 or 94.8% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 237 - color contains mainly: red. Hex color #ED010C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #ED010C is #12FEF3. Grayscale: #494949. Windows color (decimal): -1244916 or 786925. OLE color: 786925.

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

Color convert

RGB 237 1 12 -
CMYK 0 1.00 0.95 0.07
HSL 357.2º 0.99% 0.47% -
HSV(B) 357.2º 1% 0.93% -
XYZ 35 18.05 1.99 -
YUV 72.82 93.69 245.11 -
System Red Green Blue C M Y K H S L
Decimal 237 1 12 0 1.00 0.95 0.07 357.2 0.99 0.47
Hex ED 1 C 0 64 5F 7 165 63 2F
Octal 355 1 14 0 144 137 7 545 143 57
Binary 11101101 1 1100 0 1100100 1011111 111 101100101 1100011 101111

Color Harmonies of #ED010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED010C

Black with #ED010C

Text Example


Text Example

White with #ED010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED010C; }

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

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

background-color css

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

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

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

border-color css

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

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

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