Html Css Color HEX #EB090C Venetian Red

📋 copy color: '#EB090C'

red 235 ◦ green 9 ◦ blue 12

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

Shades of Venetian Red #EB090C

Tints of Venetian Red #EB090C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.52%

 BLUE value IS 12 (5.08% from 255) = 4.69%

R = 91.8%
G = 3.52%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB090C (or 0xEB090C) is known color: Venetian Red. HEX triplet: EB, 09 and 0C. RGB value is (235,9,12). Sum of RGB (Red+Green+Blue) = 235+9+12=256 (33% of max value = 765). Red value is 235 (92.19% from 255 or 91.80% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 235 - color contains mainly: red. Hex color #EB090C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EB090C is #14F6F3. Grayscale: #4D4D4D. Windows color (decimal): -1373940 or 788971. OLE color: 788971.

HSL color Cylindrical-coordinate representation of color #EB090C: hue angle of 359.2º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EB090C is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 9 12 -
CMYK 0 0.96 0.95 0.08
HSL 359.2º 0.93% 0.48% -
HSV(B) 359.2º 0.96% 0.92% -
XYZ 34.43 17.88 1.99 -
YUV 76.92 91.37 240.76 -
System Red Green Blue C M Y K H S L
Decimal 235 9 12 0 0.96 0.95 0.08 359.2 0.93 0.48
Hex EB 9 C 0 60 5F 8 167 5D 30
Octal 353 11 14 0 140 137 10 547 135 60
Binary 11101011 1001 1100 0 1100000 1011111 1000 101100111 1011101 110000

Color Harmonies of #EB090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB090C

Black with #EB090C

Text Example


Text Example

White with #EB090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB090C; }

 p { color: rgb(235,9,12); }

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

background-color css

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

 a { background-color: rgb(235,9,12); }

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

border-color css

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

 span { border-color: rgb(235,9,12); }

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