Html Css Color HEX #EB0215 Venetian Red

📋 copy color: '#EB0215'

red 235 ◦ green 2 ◦ blue 21

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

Shades of Venetian Red #EB0215

Tints of Venetian Red #EB0215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.14%

R = 91.09%
G = 0.78%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB0215 (or 0xEB0215) is known color: Venetian Red. HEX triplet: EB, 02 and 15. RGB value is (235,2,21). Sum of RGB (Red+Green+Blue) = 235+2+21=258 (34% of max value = 765). Red value is 235 (92.19% from 255 or 91.09% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0215 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB0215 is #14FDEA. Grayscale: #494949. Windows color (decimal): -1375723 or 1377003. OLE color: 1377003.

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

Color convert

RGB 235 2 21 -
CMYK 0 0.99 0.91 0.08
HSL 355.11º 0.98% 0.46% -
HSV(B) 355.11º 0.99% 0.92% -
XYZ 34.42 17.76 2.32 -
YUV 73.83 98.19 242.96 -
System Red Green Blue C M Y K H S L
Decimal 235 2 21 0 0.99 0.91 0.08 355.11 0.98 0.46
Hex EB 2 15 0 63 5B 8 163 62 2E
Octal 353 2 25 0 143 133 10 543 142 56
Binary 11101011 10 10101 0 1100011 1011011 1000 101100011 1100010 101110

Color Harmonies of #EB0215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0215

Black with #EB0215

Text Example


Text Example

White with #EB0215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0215; }

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

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

background-color css

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

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

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

border-color css

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

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

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