Html Css Color HEX #EB0318 Venetian Red

📋 copy color: '#EB0318'

red 235 ◦ green 3 ◦ blue 24

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

Shades of Venetian Red #EB0318

Tints of Venetian Red #EB0318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 89.69%
G = 1.15%
B = 9.16%

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

#EB0318 (or 0xEB0318) is known color: Venetian Red. HEX triplet: EB, 03 and 18. RGB value is (235,3,24). Sum of RGB (Red+Green+Blue) = 235+3+24=262 (34% of max value = 765). Red value is 235 (92.19% from 255 or 89.69% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0318 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0318 is #14FCE7. Grayscale: #4A4A4A. Windows color (decimal): -1375464 or 1573867. OLE color: 1573867.

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

Color convert

RGB 235 3 24 -
CMYK 0 0.99 0.90 0.08
HSL 354.57º 0.97% 0.47% -
HSV(B) 354.57º 0.99% 0.92% -
XYZ 34.46 17.79 2.48 -
YUV 74.76 99.36 242.29 -
System Red Green Blue C M Y K H S L
Decimal 235 3 24 0 0.99 0.90 0.08 354.57 0.97 0.47
Hex EB 3 18 0 63 5A 8 163 61 2F
Octal 353 3 30 0 143 132 10 543 141 57
Binary 11101011 11 11000 0 1100011 1011010 1000 101100011 1100001 101111

Color Harmonies of #EB0318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0318

Black with #EB0318

Text Example


Text Example

White with #EB0318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0318; }

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

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

background-color css

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

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

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

border-color css

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

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

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