Html Css Color HEX #D2011B Venetian Red

📋 copy color: '#D2011B'

red 210 ◦ green 1 ◦ blue 27

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

Shades of Venetian Red #D2011B

Tints of Venetian Red #D2011B

RGB

 RED value IS 210 (82.42% from 255) = 88.24%

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

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

R = 88.24%
G = 0.42%
B = 11.34%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2011B (or 0xD2011B) is known color: Venetian Red. HEX triplet: D2, 01 and 1B. RGB value is (210,1,27). Sum of RGB (Red+Green+Blue) = 210+1+27=238 (31% of max value = 765). Red value is 210 (82.42% from 255 or 88.24% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 210 - color contains mainly: red. Hex color #D2011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2011B is #2DFEE4. Grayscale: #424242. Windows color (decimal): -3014373 or 1769938. OLE color: 1769938.

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

Color convert

RGB 210 1 27 -
CMYK 0 1.00 0.87 0.18
HSL 352.54º 0.99% 0.41% -
HSV(B) 352.54º 1% 0.82% -
XYZ 26.79 13.8 2.29 -
YUV 66.46 105.74 230.39 -
System Red Green Blue C M Y K H S L
Decimal 210 1 27 0 1.00 0.87 0.18 352.54 0.99 0.41
Hex D2 1 1B 0 64 57 12 161 63 29
Octal 322 1 33 0 144 127 22 541 143 51
Binary 11010010 1 11011 0 1100100 1010111 10010 101100001 1100011 101001

Color Harmonies of #D2011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2011B

Black with #D2011B

Text Example


Text Example

White with #D2011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2011B; }

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

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

background-color css

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

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

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

border-color css

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

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

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