Html Css Color HEX #EB070D Venetian Red

📋 copy color: '#EB070D'

red 235 ◦ green 7 ◦ blue 13

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

Shades of Venetian Red #EB070D

Tints of Venetian Red #EB070D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.75%

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

R = 92.16%
G = 2.75%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB070D (or 0xEB070D) is known color: Venetian Red. HEX triplet: EB, 07 and 0D. RGB value is (235,7,13). Sum of RGB (Red+Green+Blue) = 235+7+13=255 (33% of max value = 765). Red value is 235 (92.19% from 255 or 92.16% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 235 - color contains mainly: red. Hex color #EB070D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB070D is #14F8F2. Grayscale: #4C4C4C. Windows color (decimal): -1374451 or 853995. OLE color: 853995.

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

Color convert

RGB 235 7 13 -
CMYK 0 0.97 0.94 0.08
HSL 358.42º 0.94% 0.47% -
HSV(B) 358.42º 0.97% 0.92% -
XYZ 34.41 17.84 2.01 -
YUV 75.86 92.54 241.51 -
System Red Green Blue C M Y K H S L
Decimal 235 7 13 0 0.97 0.94 0.08 358.42 0.94 0.47
Hex EB 7 D 0 61 5E 8 166 5E 2F
Octal 353 7 15 0 141 136 10 546 136 57
Binary 11101011 111 1101 0 1100001 1011110 1000 101100110 1011110 101111

Color Harmonies of #EB070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB070D

Black with #EB070D

Text Example


Text Example

White with #EB070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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