Html Css Color HEX #D9011B Venetian Red

📋 copy color: '#D9011B'

red 217 ◦ green 1 ◦ blue 27

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

Shades of Venetian Red #D9011B

Tints of Venetian Red #D9011B

RGB

 RED value IS 217 (85.16% from 255) = 88.57%

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 88.57%
G = 0.41%
B = 11.02%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9011B (or 0xD9011B) is known color: Venetian Red. HEX triplet: D9, 01 and 1B. RGB value is (217,1,27). Sum of RGB (Red+Green+Blue) = 217+1+27=245 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.57% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 217 - color contains mainly: red. Hex color #D9011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9011B is #26FEE4. Grayscale: #444444. Windows color (decimal): -2555621 or 1769945. OLE color: 1769945.

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

Color convert

RGB 217 1 27 -
CMYK 0 1.00 0.88 0.15
HSL 352.78º 0.99% 0.43% -
HSV(B) 352.78º 1% 0.85% -
XYZ 28.82 14.85 2.38 -
YUV 68.55 104.56 233.89 -
System Red Green Blue C M Y K H S L
Decimal 217 1 27 0 1.00 0.88 0.15 352.78 0.99 0.43
Hex D9 1 1B 0 64 58 F 161 63 2B
Octal 331 1 33 0 144 130 17 541 143 53
Binary 11011001 1 11011 0 1100100 1011000 1111 101100001 1100011 101011

Color Harmonies of #D9011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9011B

Black with #D9011B

Text Example


Text Example

White with #D9011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9011B; }

 p { color: rgb(217,1,27); }

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

background-color css

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

 a { background-color: rgb(217,1,27); }

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

border-color css

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

 span { border-color: rgb(217,1,27); }

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