Html Css Color HEX #E40317 Venetian Red

📋 copy color: '#E40317'

red 228 ◦ green 3 ◦ blue 23

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

Shades of Venetian Red #E40317

Tints of Venetian Red #E40317

RGB

 RED value IS 228 (89.45% from 255) = 89.76%

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

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

R = 89.76%
G = 1.18%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E40317 (or 0xE40317) is known color: Venetian Red. HEX triplet: E4, 03 and 17. RGB value is (228,3,23). Sum of RGB (Red+Green+Blue) = 228+3+23=254 (33% of max value = 765). Red value is 228 (89.45% from 255 or 89.76% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 228 - color contains mainly: red. Hex color #E40317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40317 is #1BFCE8. Grayscale: #484848. Windows color (decimal): -1834217 or 1508324. OLE color: 1508324.

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

Color convert

RGB 228 3 23 -
CMYK 0 0.99 0.90 0.11
HSL 354.67º 0.97% 0.45% -
HSV(B) 354.67º 0.99% 0.89% -
XYZ 32.18 16.62 2.32 -
YUV 72.56 100.04 238.87 -
System Red Green Blue C M Y K H S L
Decimal 228 3 23 0 0.99 0.90 0.11 354.67 0.97 0.45
Hex E4 3 17 0 63 5A B 163 61 2D
Octal 344 3 27 0 143 132 13 543 141 55
Binary 11100100 11 10111 0 1100011 1011010 1011 101100011 1100001 101101

Color Harmonies of #E40317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40317

Black with #E40317

Text Example


Text Example

White with #E40317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40317; }

 p { color: rgb(228,3,23); }

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

background-color css

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

 a { background-color: rgb(228,3,23); }

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

border-color css

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

 span { border-color: rgb(228,3,23); }

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