Html Css Color HEX #D8011B Venetian Red

📋 copy color: '#D8011B'

red 216 ◦ green 1 ◦ blue 27

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

Shades of Venetian Red #D8011B

Tints of Venetian Red #D8011B

RGB

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

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

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

R = 88.52%
G = 0.41%
B = 11.07%

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

#D8011B (or 0xD8011B) is known color: Venetian Red. HEX triplet: D8, 01 and 1B. RGB value is (216,1,27). Sum of RGB (Red+Green+Blue) = 216+1+27=244 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.52% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 216 - color contains mainly: red. Hex color #D8011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8011B is #27FEE4. Grayscale: #444444. Windows color (decimal): -2621157 or 1769944. OLE color: 1769944.

HSL color Cylindrical-coordinate representation of color #D8011B: hue angle of 352.74º 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 #D8011B is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 1 27 -
CMYK 0 1.00 0.88 0.15
HSL 352.74º 0.99% 0.43% -
HSV(B) 352.74º 1% 0.85% -
XYZ 28.53 14.7 2.37 -
YUV 68.25 104.73 233.39 -
System Red Green Blue C M Y K H S L
Decimal 216 1 27 0 1.00 0.88 0.15 352.74 0.99 0.43
Hex D8 1 1B 0 64 58 F 161 63 2B
Octal 330 1 33 0 144 130 17 541 143 53
Binary 11011000 1 11011 0 1100100 1011000 1111 101100001 1100011 101011

Color Harmonies of #D8011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8011B

Black with #D8011B

Text Example


Text Example

White with #D8011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8011B; }

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

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

background-color css

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

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

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

border-color css

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

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

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