Html Css Color HEX #E30206 Venetian Red

📋 copy color: '#E30206'

red 227 ◦ green 2 ◦ blue 6

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

Shades of Venetian Red #E30206

Tints of Venetian Red #E30206

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 6 (2.73% from 255) = 2.55%

R = 96.6%
G = 0.85%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E30206 (or 0xE30206) is known color: Venetian Red. HEX triplet: E3, 02 and 06. RGB value is (227,2,6). Sum of RGB (Red+Green+Blue) = 227+2+6=235 (31% of max value = 765). Red value is 227 (89.06% from 255 or 96.60% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 227 - color contains mainly: red. Hex color #E30206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30206 is #1CFDF9. Grayscale: #454545. Windows color (decimal): -1900026 or 393955. OLE color: 393955.

HSL color Cylindrical-coordinate representation of color #E30206: hue angle of 358.93º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E30206 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 2 6 -
CMYK 0 0.99 0.97 0.11
HSL 358.93º 0.98% 0.45% -
HSV(B) 358.93º 0.99% 0.89% -
XYZ 31.73 16.39 1.66 -
YUV 69.73 92.04 240.17 -
System Red Green Blue C M Y K H S L
Decimal 227 2 6 0 0.99 0.97 0.11 358.93 0.98 0.45
Hex E3 2 6 0 63 61 B 167 62 2D
Octal 343 2 6 0 143 141 13 547 142 55
Binary 11100011 10 110 0 1100011 1100001 1011 101100111 1100010 101101

Color Harmonies of #E30206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30206

Black with #E30206

Text Example


Text Example

White with #E30206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30206; }

 p { color: rgb(227,2,6); }

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

background-color css

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

 a { background-color: rgb(227,2,6); }

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

border-color css

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

 span { border-color: rgb(227,2,6); }

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