Html Css Color HEX #EB0008 Venetian Red

📋 copy color: '#EB0008'

red 235 ◦ green 0 ◦ blue 8

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

Shades of Venetian Red #EB0008

Tints of Venetian Red #EB0008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.29%

R = 96.71%
G = 0%
B = 3.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EB0008 (or 0xEB0008) is known color: Venetian Red. HEX triplet: EB, 00 and 08. RGB value is (235,0,8). Sum of RGB (Red+Green+Blue) = 235+0+8=243 (32% of max value = 765). Red value is 235 (92.19% from 255 or 96.71% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0008 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0008 is #14FFF7. Grayscale: #474747. Windows color (decimal): -1376248 or 524523. OLE color: 524523.

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

Color convert

RGB 235 0 8 -
CMYK 0 1 0.97 0.08
HSL 357.96º 1% 0.46% -
HSV(B) 357.96º 1% 0.92% -
XYZ 34.3 17.68 1.83 -
YUV 71.18 92.36 244.85 -
System Red Green Blue C M Y K H S L
Decimal 235 0 8 0 1 0.97 0.08 357.96 1 0.46
Hex EB 0 8 0 64 61 8 166 64 2E
Octal 353 0 10 0 144 141 10 546 144 56
Binary 11101011 0 1000 0 1100100 1100001 1000 101100110 1100100 101110

Color Harmonies of #EB0008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0008

Black with #EB0008

Text Example


Text Example

White with #EB0008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0008; }

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

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

background-color css

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

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

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

border-color css

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

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

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