Html Css Color HEX #E9030C Venetian Red

📋 copy color: '#E9030C'

red 233 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #E9030C

Tints of Venetian Red #E9030C

RGB

 RED value IS 233 (91.41% from 255) = 93.95%

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

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

R = 93.95%
G = 1.21%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9030C (or 0xE9030C) is known color: Venetian Red. HEX triplet: E9, 03 and 0C. RGB value is (233,3,12). Sum of RGB (Red+Green+Blue) = 233+3+12=248 (32% of max value = 765). Red value is 233 (91.41% from 255 or 93.95% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 233 - color contains mainly: red. Hex color #E9030C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9030C is #16FCF3. Grayscale: #484848. Windows color (decimal): -1506548 or 787433. OLE color: 787433.

HSL color Cylindrical-coordinate representation of color #E9030C: hue angle of 357.65º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E9030C is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 3 12 -
CMYK 0 0.99 0.95 0.09
HSL 357.65º 0.97% 0.46% -
HSV(B) 357.65º 0.99% 0.91% -
XYZ 33.7 17.42 1.93 -
YUV 72.8 93.7 242.27 -
System Red Green Blue C M Y K H S L
Decimal 233 3 12 0 0.99 0.95 0.09 357.65 0.97 0.46
Hex E9 3 C 0 63 5F 9 166 61 2E
Octal 351 3 14 0 143 137 11 546 141 56
Binary 11101001 11 1100 0 1100011 1011111 1001 101100110 1100001 101110

Color Harmonies of #E9030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9030C

Black with #E9030C

Text Example


Text Example

White with #E9030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9030C; }

 p { color: rgb(233,3,12); }

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

background-color css

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

 a { background-color: rgb(233,3,12); }

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

border-color css

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

 span { border-color: rgb(233,3,12); }

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