Html Css Color HEX #D9051B Venetian Red

📋 copy color: '#D9051B'

red 217 ◦ green 5 ◦ blue 27

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

Shades of Venetian Red #D9051B

Tints of Venetian Red #D9051B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.01%

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

R = 87.15%
G = 2.01%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9051B (or 0xD9051B) is known color: Venetian Red. HEX triplet: D9, 05 and 1B. RGB value is (217,5,27). Sum of RGB (Red+Green+Blue) = 217+5+27=249 (32% of max value = 765). Red value is 217 (85.16% from 255 or 87.15% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 217 - color contains mainly: red. Hex color #D9051B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9051B is #26FAE4. Grayscale: #474747. Windows color (decimal): -2554597 or 1770969. OLE color: 1770969.

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

Color convert

RGB 217 5 27 -
CMYK 0 0.98 0.88 0.15
HSL 353.77º 0.95% 0.44% -
HSV(B) 353.77º 0.98% 0.85% -
XYZ 28.87 14.94 2.4 -
YUV 70.9 103.24 232.21 -
System Red Green Blue C M Y K H S L
Decimal 217 5 27 0 0.98 0.88 0.15 353.77 0.95 0.44
Hex D9 5 1B 0 62 58 F 162 5F 2C
Octal 331 5 33 0 142 130 17 542 137 54
Binary 11011001 101 11011 0 1100010 1011000 1111 101100010 1011111 101100

Color Harmonies of #D9051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9051B

Black with #D9051B

Text Example


Text Example

White with #D9051B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9051B; }

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

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

background-color css

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

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

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

border-color css

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

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

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