Html Css Color HEX #D8001B Venetian Red

📋 copy color: '#D8001B'

red 216 ◦ green 0 ◦ blue 27

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

Shades of Venetian Red #D8001B

Tints of Venetian Red #D8001B

RGB

 RED value IS 216 (84.77% from 255) = 88.89%

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

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

R = 88.89%
G = 0%
B = 11.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8001B (or 0xD8001B) is known color: Venetian Red. HEX triplet: D8, 00 and 1B. RGB value is (216,0,27). Sum of RGB (Red+Green+Blue) = 216+0+27=243 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.89% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 216 - color contains mainly: red. Hex color #D8001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8001B is #27FFE4. Grayscale: #434343. Windows color (decimal): -2621413 or 1769688. OLE color: 1769688.

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

Color convert

RGB 216 0 27 -
CMYK 0 1 0.88 0.15
HSL 352.5º 1% 0.42% -
HSV(B) 352.5º 1% 0.85% -
XYZ 28.52 14.68 2.37 -
YUV 67.66 105.06 233.8 -
System Red Green Blue C M Y K H S L
Decimal 216 0 27 0 1 0.88 0.15 352.5 1 0.42
Hex D8 0 1B 0 64 58 F 160 64 2A
Octal 330 0 33 0 144 130 17 540 144 52
Binary 11011000 0 11011 0 1100100 1011000 1111 101100000 1100100 101010

Color Harmonies of #D8001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8001B

Black with #D8001B

Text Example


Text Example

White with #D8001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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