Html Css Color HEX #E6001B Venetian Red

📋 copy color: '#E6001B'

red 230 ◦ green 0 ◦ blue 27

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

Shades of Venetian Red #E6001B

Tints of Venetian Red #E6001B

RGB

 RED value IS 230 (90.23% from 255) = 89.49%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 27 (10.94% from 255) = 10.51%

R = 89.49%
G = 0%
B = 10.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6001B (or 0xE6001B) is known color: Venetian Red. HEX triplet: E6, 00 and 1B. RGB value is (230,0,27). Sum of RGB (Red+Green+Blue) = 230+0+27=257 (34% of max value = 765). Red value is 230 (90.23% from 255 or 89.49% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 230 - color contains mainly: red. Hex color #E6001B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6001B is #19FFE4. Grayscale: #474747. Windows color (decimal): -1703909 or 1769702. OLE color: 1769702.

HSL color Cylindrical-coordinate representation of color #E6001B: hue angle of 352.96º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6001B is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 0 27 -
CMYK 0 1 0.88 0.10
HSL 352.96º 1% 0.45% -
HSV(B) 352.96º 1% 0.9% -
XYZ 32.83 16.9 2.57 -
YUV 71.85 102.7 240.8 -
System Red Green Blue C M Y K H S L
Decimal 230 0 27 0 1 0.88 0.10 352.96 1 0.45
Hex E6 0 1B 0 64 58 A 161 64 2D
Octal 346 0 33 0 144 130 12 541 144 55
Binary 11100110 0 11011 0 1100100 1011000 1010 101100001 1100100 101101

Color Harmonies of #E6001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6001B

Black with #E6001B

Text Example


Text Example

White with #E6001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6001B; }

 p { color: rgb(230,0,27); }

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

background-color css

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

 a { background-color: rgb(230,0,27); }

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

border-color css

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

 span { border-color: rgb(230,0,27); }

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