Html Css Color HEX #EB000C Venetian Red

📋 copy color: '#EB000C'

red 235 ◦ green 0 ◦ blue 12

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

Shades of Venetian Red #EB000C

Tints of Venetian Red #EB000C

RGB

 RED value IS 235 (92.19% from 255) = 95.14%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.14%
G = 0%
B = 4.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB000C (or 0xEB000C) is known color: Venetian Red. HEX triplet: EB, 00 and 0C. RGB value is (235,0,12). Sum of RGB (Red+Green+Blue) = 235+0+12=247 (32% of max value = 765). Red value is 235 (92.19% from 255 or 95.14% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 235 - color contains mainly: red. Hex color #EB000C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB000C is #14FFF3. Grayscale: #474747. Windows color (decimal): -1376244 or 786667. OLE color: 786667.

HSL color Cylindrical-coordinate representation of color #EB000C: hue angle of 356.94º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB000C is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 0 12 -
CMYK 0 1 0.95 0.08
HSL 356.94º 1% 0.46% -
HSV(B) 356.94º 1% 0.92% -
XYZ 34.33 17.69 1.95 -
YUV 71.63 94.36 244.52 -
System Red Green Blue C M Y K H S L
Decimal 235 0 12 0 1 0.95 0.08 356.94 1 0.46
Hex EB 0 C 0 64 5F 8 165 64 2E
Octal 353 0 14 0 144 137 10 545 144 56
Binary 11101011 0 1100 0 1100100 1011111 1000 101100101 1100100 101110

Color Harmonies of #EB000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB000C

Black with #EB000C

Text Example


Text Example

White with #EB000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB000C; }

 p { color: rgb(235,0,12); }

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

background-color css

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

 a { background-color: rgb(235,0,12); }

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

border-color css

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

 span { border-color: rgb(235,0,12); }

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