Html Css Color HEX #E30308 Venetian Red

📋 copy color: '#E30308'

red 227 ◦ green 3 ◦ blue 8

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

Shades of Venetian Red #E30308

Tints of Venetian Red #E30308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.36%

R = 95.38%
G = 1.26%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E30308 (or 0xE30308) is known color: Venetian Red. HEX triplet: E3, 03 and 08. RGB value is (227,3,8). Sum of RGB (Red+Green+Blue) = 227+3+8=238 (31% of max value = 765). Red value is 227 (89.06% from 255 or 95.38% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 227 - color contains mainly: red. Hex color #E30308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30308 is #1CFCF7. Grayscale: #464646. Windows color (decimal): -1899768 or 525283. OLE color: 525283.

HSL color Cylindrical-coordinate representation of color #E30308: hue angle of 358.66º degrees, saturation: 0.97, 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 #E30308 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 3 8 -
CMYK 0 0.99 0.96 0.11
HSL 358.66º 0.97% 0.45% -
HSV(B) 358.66º 0.99% 0.89% -
XYZ 31.75 16.41 1.72 -
YUV 70.55 92.71 239.59 -
System Red Green Blue C M Y K H S L
Decimal 227 3 8 0 0.99 0.96 0.11 358.66 0.97 0.45
Hex E3 3 8 0 63 60 B 167 61 2D
Octal 343 3 10 0 143 140 13 547 141 55
Binary 11100011 11 1000 0 1100011 1100000 1011 101100111 1100001 101101

Color Harmonies of #E30308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30308

Black with #E30308

Text Example


Text Example

White with #E30308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30308; }

 p { color: rgb(227,3,8); }

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

background-color css

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

 a { background-color: rgb(227,3,8); }

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

border-color css

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

 span { border-color: rgb(227,3,8); }

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