Html Css Color HEX #EB0212 Venetian Red

📋 copy color: '#EB0212'

red 235 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #EB0212

Tints of Venetian Red #EB0212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 92.16%
G = 0.78%
B = 7.06%

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

#EB0212 (or 0xEB0212) is known color: Venetian Red. HEX triplet: EB, 02 and 12. RGB value is (235,2,18). Sum of RGB (Red+Green+Blue) = 235+2+18=255 (33% of max value = 765). Red value is 235 (92.19% from 255 or 92.16% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0212 is #14FDED. Grayscale: #494949. Windows color (decimal): -1375726 or 1180395. OLE color: 1180395.

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

Color convert

RGB 235 2 18 -
CMYK 0 0.99 0.92 0.08
HSL 355.88º 0.98% 0.46% -
HSV(B) 355.88º 0.99% 0.92% -
XYZ 34.39 17.75 2.19 -
YUV 73.49 96.69 243.2 -
System Red Green Blue C M Y K H S L
Decimal 235 2 18 0 0.99 0.92 0.08 355.88 0.98 0.46
Hex EB 2 12 0 63 5C 8 164 62 2E
Octal 353 2 22 0 143 134 10 544 142 56
Binary 11101011 10 10010 0 1100011 1011100 1000 101100100 1100010 101110

Color Harmonies of #EB0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0212

Black with #EB0212

Text Example


Text Example

White with #EB0212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0212; }

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

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

background-color css

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

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

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

border-color css

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

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

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