Html Css Color HEX #D0001B Venetian Red

📋 copy color: '#D0001B'

red 208 ◦ green 0 ◦ blue 27

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

Shades of Venetian Red #D0001B

Tints of Venetian Red #D0001B

RGB

 RED value IS 208 (81.64% from 255) = 88.51%

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

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

R = 88.51%
G = 0%
B = 11.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0001B (or 0xD0001B) is known color: Venetian Red. HEX triplet: D0, 00 and 1B. RGB value is (208,0,27). Sum of RGB (Red+Green+Blue) = 208+0+27=235 (31% of max value = 765). Red value is 208 (81.64% from 255 or 88.51% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 208 - color contains mainly: red. Hex color #D0001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0001B is #2FFFE4. Grayscale: #414141. Windows color (decimal): -3145701 or 1769680. OLE color: 1769680.

HSL color Cylindrical-coordinate representation of color #D0001B: hue angle of 352.21º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0001B is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 0 27 -
CMYK 0 1 0.87 0.18
HSL 352.21º 1% 0.41% -
HSV(B) 352.21º 1% 0.82% -
XYZ 26.21 13.49 2.26 -
YUV 65.27 106.41 229.8 -
System Red Green Blue C M Y K H S L
Decimal 208 0 27 0 1 0.87 0.18 352.21 1 0.41
Hex D0 0 1B 0 64 57 12 160 64 29
Octal 320 0 33 0 144 127 22 540 144 51
Binary 11010000 0 11011 0 1100100 1010111 10010 101100000 1100100 101001

Color Harmonies of #D0001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0001B

Black with #D0001B

Text Example


Text Example

White with #D0001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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