Html Css Color HEX #E30417 Venetian Red

📋 copy color: '#E30417'

red 227 ◦ green 4 ◦ blue 23

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

Shades of Venetian Red #E30417

Tints of Venetian Red #E30417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

 BLUE value IS 23 (9.38% from 255) = 9.06%

R = 89.37%
G = 1.57%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E30417 (or 0xE30417) is known color: Venetian Red. HEX triplet: E3, 04 and 17. RGB value is (227,4,23). Sum of RGB (Red+Green+Blue) = 227+4+23=254 (33% of max value = 765). Red value is 227 (89.06% from 255 or 89.37% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 227 - color contains mainly: red. Hex color #E30417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30417 is #1CFBE8. Grayscale: #484848. Windows color (decimal): -1899497 or 1508579. OLE color: 1508579.

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

Color convert

RGB 227 4 23 -
CMYK 0 0.98 0.90 0.11
HSL 354.89º 0.97% 0.45% -
HSV(B) 354.89º 0.98% 0.89% -
XYZ 31.88 16.48 2.31 -
YUV 72.84 99.88 237.96 -
System Red Green Blue C M Y K H S L
Decimal 227 4 23 0 0.98 0.90 0.11 354.89 0.97 0.45
Hex E3 4 17 0 62 5A B 163 61 2D
Octal 343 4 27 0 142 132 13 543 141 55
Binary 11100011 100 10111 0 1100010 1011010 1011 101100011 1100001 101101

Color Harmonies of #E30417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30417

Black with #E30417

Text Example


Text Example

White with #E30417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30417; }

 p { color: rgb(227,4,23); }

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

background-color css

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

 a { background-color: rgb(227,4,23); }

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

border-color css

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

 span { border-color: rgb(227,4,23); }

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