Html Css Color HEX #EB020D Venetian Red

📋 copy color: '#EB020D'

red 235 ◦ green 2 ◦ blue 13

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

Shades of Venetian Red #EB020D

Tints of Venetian Red #EB020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.2%

R = 94%
G = 0.8%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB020D (or 0xEB020D) is known color: Venetian Red. HEX triplet: EB, 02 and 0D. RGB value is (235,2,13). Sum of RGB (Red+Green+Blue) = 235+2+13=250 (33% of max value = 765). Red value is 235 (92.19% from 255 or 94% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 235 - color contains mainly: red. Hex color #EB020D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB020D is #14FDF2. Grayscale: #494949. Windows color (decimal): -1375731 or 852715. OLE color: 852715.

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

Color convert

RGB 235 2 13 -
CMYK 0 0.99 0.94 0.08
HSL 357.17º 0.98% 0.46% -
HSV(B) 357.17º 0.99% 0.92% -
XYZ 34.36 17.73 1.99 -
YUV 72.92 94.19 243.61 -
System Red Green Blue C M Y K H S L
Decimal 235 2 13 0 0.99 0.94 0.08 357.17 0.98 0.46
Hex EB 2 D 0 63 5E 8 165 62 2E
Octal 353 2 15 0 143 136 10 545 142 56
Binary 11101011 10 1101 0 1100011 1011110 1000 101100101 1100010 101110

Color Harmonies of #EB020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB020D

Black with #EB020D

Text Example


Text Example

White with #EB020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB020D; }

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

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

background-color css

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

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

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

border-color css

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

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

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