Html Css Color HEX #E30B0C Venetian Red

📋 copy color: '#E30B0C'

red 227 ◦ green 11 ◦ blue 12

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

Shades of Venetian Red #E30B0C

Tints of Venetian Red #E30B0C

RGB

 RED value IS 227 (89.06% from 255) = 90.8%

 GREEN value IS 11 (4.69% from 255) = 4.4%

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

R = 90.8%
G = 4.4%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E30B0C (or 0xE30B0C) is known color: Venetian Red. HEX triplet: E3, 0B and 0C. RGB value is (227,11,12). Sum of RGB (Red+Green+Blue) = 227+11+12=250 (33% of max value = 765). Red value is 227 (89.06% from 255 or 90.8% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 227 - color contains mainly: red. Hex color #E30B0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30B0C is #1CF4F3. Grayscale: #4B4B4B. Windows color (decimal): -1897716 or 789475. OLE color: 789475.

HSL color Cylindrical-coordinate representation of color #E30B0C: hue angle of 359.72º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30B0C is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 11 12 -
CMYK 0 0.95 0.95 0.11
HSL 359.72º 0.91% 0.47% -
HSV(B) 359.72º 0.95% 0.89% -
XYZ 31.86 16.6 1.87 -
YUV 75.7 92.06 235.92 -
System Red Green Blue C M Y K H S L
Decimal 227 11 12 0 0.95 0.95 0.11 359.72 0.91 0.47
Hex E3 B C 0 5F 5F B 168 5B 2F
Octal 343 13 14 0 137 137 13 550 133 57
Binary 11100011 1011 1100 0 1011111 1011111 1011 101101000 1011011 101111

Color Harmonies of #E30B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30B0C

Black with #E30B0C

Text Example


Text Example

White with #E30B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30B0C; }

 p { color: rgb(227,11,12); }

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

background-color css

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

 a { background-color: rgb(227,11,12); }

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

border-color css

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

 span { border-color: rgb(227,11,12); }

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