Html Css Color HEX #EB0004 Venetian Red

📋 copy color: '#EB0004'

red 235 ◦ green 0 ◦ blue 4

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

Shades of Venetian Red #EB0004

Tints of Venetian Red #EB0004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 98.33%
G = 0%
B = 1.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EB0004 (or 0xEB0004) is known color: Venetian Red. HEX triplet: EB, 00 and 04. RGB value is (235,0,4). Sum of RGB (Red+Green+Blue) = 235+0+4=239 (31% of max value = 765). Red value is 235 (92.19% from 255 or 98.33% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0004 is #14FFFB. Grayscale: #464646. Windows color (decimal): -1376252 or 262379. OLE color: 262379.

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

Color convert

RGB 235 0 4 -
CMYK 0 1 0.98 0.08
HSL 358.98º 1% 0.46% -
HSV(B) 358.98º 1% 0.92% -
XYZ 34.28 17.67 1.72 -
YUV 70.72 90.36 245.17 -
System Red Green Blue C M Y K H S L
Decimal 235 0 4 0 1 0.98 0.08 358.98 1 0.46
Hex EB 0 4 0 64 62 8 167 64 2E
Octal 353 0 4 0 144 142 10 547 144 56
Binary 11101011 0 100 0 1100100 1100010 1000 101100111 1100100 101110

Color Harmonies of #EB0004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0004

Black with #EB0004

Text Example


Text Example

White with #EB0004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0004; }

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

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

background-color css

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

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

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

border-color css

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

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

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