Html Css Color HEX #E00612 Venetian Red

📋 copy color: '#E00612'

red 224 ◦ green 6 ◦ blue 18

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

Shades of Venetian Red #E00612

Tints of Venetian Red #E00612

RGB

 RED value IS 224 (87.89% from 255) = 90.32%

 GREEN value IS 6 (2.73% from 255) = 2.42%

 BLUE value IS 18 (7.42% from 255) = 7.26%

R = 90.32%
G = 2.42%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E00612 (or 0xE00612) is known color: Venetian Red. HEX triplet: E0, 06 and 12. RGB value is (224,6,18). Sum of RGB (Red+Green+Blue) = 224+6+18=248 (32% of max value = 765). Red value is 224 (87.89% from 255 or 90.32% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 224 - color contains mainly: red. Hex color #E00612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00612 is #1FF9ED. Grayscale: #484848. Windows color (decimal): -2095598 or 1181408. OLE color: 1181408.

HSL color Cylindrical-coordinate representation of color #E00612: hue angle of 356.7º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E00612 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 6 18 -
CMYK 0 0.97 0.92 0.12
HSL 356.7º 0.95% 0.45% -
HSV(B) 356.7º 0.97% 0.88% -
XYZ 30.91 16.02 2.04 -
YUV 72.55 97.22 236.02 -
System Red Green Blue C M Y K H S L
Decimal 224 6 18 0 0.97 0.92 0.12 356.7 0.95 0.45
Hex E0 6 12 0 61 5C C 165 5F 2D
Octal 340 6 22 0 141 134 14 545 137 55
Binary 11100000 110 10010 0 1100001 1011100 1100 101100101 1011111 101101

Color Harmonies of #E00612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00612

Black with #E00612

Text Example


Text Example

White with #E00612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00612; }

 p { color: rgb(224,6,18); }

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

background-color css

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

 a { background-color: rgb(224,6,18); }

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

border-color css

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

 span { border-color: rgb(224,6,18); }

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