Html Css Color HEX #E40308 Venetian Red

📋 copy color: '#E40308'

red 228 ◦ green 3 ◦ blue 8

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

Shades of Venetian Red #E40308

Tints of Venetian Red #E40308

RGB

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

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

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

R = 95.4%
G = 1.26%
B = 3.35%

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

#E40308 (or 0xE40308) is known color: Venetian Red. HEX triplet: E4, 03 and 08. RGB value is (228,3,8). Sum of RGB (Red+Green+Blue) = 228+3+8=239 (31% of max value = 765). Red value is 228 (89.45% from 255 or 95.40% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 228 - color contains mainly: red. Hex color #E40308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40308 is #1BFCF7. Grayscale: #474747. Windows color (decimal): -1834232 or 525284. OLE color: 525284.

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

Color convert

RGB 228 3 8 -
CMYK 0 0.99 0.96 0.11
HSL 358.67º 0.97% 0.45% -
HSV(B) 358.67º 0.99% 0.89% -
XYZ 32.07 16.58 1.74 -
YUV 70.85 92.54 240.09 -
System Red Green Blue C M Y K H S L
Decimal 228 3 8 0 0.99 0.96 0.11 358.67 0.97 0.45
Hex E4 3 8 0 63 60 B 167 61 2D
Octal 344 3 10 0 143 140 13 547 141 55
Binary 11100100 11 1000 0 1100011 1100000 1011 101100111 1100001 101101

Color Harmonies of #E40308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40308

Black with #E40308

Text Example


Text Example

White with #E40308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40308; }

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

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

background-color css

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

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

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

border-color css

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

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

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