Html Css Color HEX #EB040D Venetian Red

📋 copy color: '#EB040D'

red 235 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #EB040D

Tints of Venetian Red #EB040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

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

R = 93.25%
G = 1.59%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB040D (or 0xEB040D) is known color: Venetian Red. HEX triplet: EB, 04 and 0D. RGB value is (235,4,13). Sum of RGB (Red+Green+Blue) = 235+4+13=252 (33% of max value = 765). Red value is 235 (92.19% from 255 or 93.25% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 235 - color contains mainly: red. Hex color #EB040D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB040D is #14FBF2. Grayscale: #4A4A4A. Windows color (decimal): -1375219 or 853227. OLE color: 853227.

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

Color convert

RGB 235 4 13 -
CMYK 0 0.98 0.94 0.08
HSL 357.66º 0.97% 0.47% -
HSV(B) 357.66º 0.98% 0.92% -
XYZ 34.38 17.78 2 -
YUV 74.1 93.53 242.77 -
System Red Green Blue C M Y K H S L
Decimal 235 4 13 0 0.98 0.94 0.08 357.66 0.97 0.47
Hex EB 4 D 0 62 5E 8 166 61 2F
Octal 353 4 15 0 142 136 10 546 141 57
Binary 11101011 100 1101 0 1100010 1011110 1000 101100110 1100001 101111

Color Harmonies of #EB040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB040D

Black with #EB040D

Text Example


Text Example

White with #EB040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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