Html Css Color HEX #EB0218 Venetian Red

📋 copy color: '#EB0218'

red 235 ◦ green 2 ◦ blue 24

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

Shades of Venetian Red #EB0218

Tints of Venetian Red #EB0218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.2%

R = 90.04%
G = 0.77%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EB0218 (or 0xEB0218) is known color: Venetian Red. HEX triplet: EB, 02 and 18. RGB value is (235,2,24). Sum of RGB (Red+Green+Blue) = 235+2+24=261 (34% of max value = 765). Red value is 235 (92.19% from 255 or 90.04% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0218 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0218 is #14FDE7. Grayscale: #4A4A4A. Windows color (decimal): -1375720 or 1573611. OLE color: 1573611.

HSL color Cylindrical-coordinate representation of color #EB0218: hue angle of 354.33º 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 #EB0218 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 2 24 -
CMYK 0 0.99 0.90 0.08
HSL 354.33º 0.98% 0.46% -
HSV(B) 354.33º 0.99% 0.92% -
XYZ 34.45 17.77 2.48 -
YUV 74.18 99.69 242.71 -
System Red Green Blue C M Y K H S L
Decimal 235 2 24 0 0.99 0.90 0.08 354.33 0.98 0.46
Hex EB 2 18 0 63 5A 8 162 62 2E
Octal 353 2 30 0 143 132 10 542 142 56
Binary 11101011 10 11000 0 1100011 1011010 1000 101100010 1100010 101110

Color Harmonies of #EB0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0218

Black with #EB0218

Text Example


Text Example

White with #EB0218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0218; }

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

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

background-color css

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

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

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

border-color css

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

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

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