Html Css Color HEX #EB030E Venetian Red

📋 copy color: '#EB030E'

red 235 ◦ green 3 ◦ blue 14

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

Shades of Venetian Red #EB030E

Tints of Venetian Red #EB030E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.56%

R = 93.25%
G = 1.19%
B = 5.56%

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

#EB030E (or 0xEB030E) is known color: Venetian Red. HEX triplet: EB, 03 and 0E. RGB value is (235,3,14). Sum of RGB (Red+Green+Blue) = 235+3+14=252 (33% of max value = 765). Red value is 235 (92.19% from 255 or 93.25% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 235 - color contains mainly: red. Hex color #EB030E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB030E is #14FCF1. Grayscale: #494949. Windows color (decimal): -1375474 or 918507. OLE color: 918507.

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

Color convert

RGB 235 3 14 -
CMYK 0 0.99 0.94 0.08
HSL 357.16º 0.97% 0.47% -
HSV(B) 357.16º 0.99% 0.92% -
XYZ 34.37 17.76 2.03 -
YUV 73.62 94.36 243.11 -
System Red Green Blue C M Y K H S L
Decimal 235 3 14 0 0.99 0.94 0.08 357.16 0.97 0.47
Hex EB 3 E 0 63 5E 8 165 61 2F
Octal 353 3 16 0 143 136 10 545 141 57
Binary 11101011 11 1110 0 1100011 1011110 1000 101100101 1100001 101111

Color Harmonies of #EB030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB030E

Black with #EB030E

Text Example


Text Example

White with #EB030E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB030E; }

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

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

background-color css

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

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

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

border-color css

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

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

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