Html Css Color HEX #EB0018 Venetian Red

📋 copy color: '#EB0018'

red 235 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #EB0018

Tints of Venetian Red #EB0018

RGB

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

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

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

R = 90.73%
G = 0%
B = 9.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EB0018 (or 0xEB0018) is known color: Venetian Red. HEX triplet: EB, 00 and 18. RGB value is (235,0,24). Sum of RGB (Red+Green+Blue) = 235+0+24=259 (34% of max value = 765). Red value is 235 (92.19% from 255 or 90.73% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0018 is #14FFE7. Grayscale: #494949. Windows color (decimal): -1376232 or 1573099. OLE color: 1573099.

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

Color convert

RGB 235 0 24 -
CMYK 0 1 0.90 0.08
HSL 353.87º 1% 0.46% -
HSV(B) 353.87º 1% 0.92% -
XYZ 34.43 17.73 2.47 -
YUV 73 100.36 243.55 -
System Red Green Blue C M Y K H S L
Decimal 235 0 24 0 1 0.90 0.08 353.87 1 0.46
Hex EB 0 18 0 64 5A 8 162 64 2E
Octal 353 0 30 0 144 132 10 542 144 56
Binary 11101011 0 11000 0 1100100 1011010 1000 101100010 1100100 101110

Color Harmonies of #EB0018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0018

Black with #EB0018

Text Example


Text Example

White with #EB0018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0018; }

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

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

background-color css

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

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

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

border-color css

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

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

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