Html Css Color HEX #EB0312 Venetian Red

📋 copy color: '#EB0312'

red 235 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #EB0312

Tints of Venetian Red #EB0312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 91.8%
G = 1.17%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EB0312 (or 0xEB0312) is known color: Venetian Red. HEX triplet: EB, 03 and 12. RGB value is (235,3,18). Sum of RGB (Red+Green+Blue) = 235+3+18=256 (33% of max value = 765). Red value is 235 (92.19% from 255 or 91.80% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0312 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0312 is #14FCED. Grayscale: #4A4A4A. Windows color (decimal): -1375470 or 1180651. OLE color: 1180651.

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

Color convert

RGB 235 3 18 -
CMYK 0 0.99 0.92 0.08
HSL 356.12º 0.97% 0.47% -
HSV(B) 356.12º 0.99% 0.92% -
XYZ 34.4 17.77 2.19 -
YUV 74.08 96.36 242.78 -
System Red Green Blue C M Y K H S L
Decimal 235 3 18 0 0.99 0.92 0.08 356.12 0.97 0.47
Hex EB 3 12 0 63 5C 8 164 61 2F
Octal 353 3 22 0 143 134 10 544 141 57
Binary 11101011 11 10010 0 1100011 1011100 1000 101100100 1100001 101111

Color Harmonies of #EB0312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0312

Black with #EB0312

Text Example


Text Example

White with #EB0312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0312; }

 p { color: rgb(235,3,18); }

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

background-color css

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

 a { background-color: rgb(235,3,18); }

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

border-color css

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

 span { border-color: rgb(235,3,18); }

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