Html Css Color HEX #D10021 Venetian Red

📋 copy color: '#D10021'

red 209 ◦ green 0 ◦ blue 33

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

Shades of Venetian Red #D10021

Tints of Venetian Red #D10021

RGB

 RED value IS 209 (82.03% from 255) = 86.36%

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

 BLUE value IS 33 (13.28% from 255) = 13.64%

R = 86.36%
G = 0%
B = 13.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D10021 (or 0xD10021) is known color: Venetian Red. HEX triplet: D1, 00 and 21. RGB value is (209,0,33). Sum of RGB (Red+Green+Blue) = 209+0+33=242 (32% of max value = 765). Red value is 209 (82.03% from 255 or 86.36% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 209 - color contains mainly: red. Hex color #D10021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10021 is #2EFFDE. Grayscale: #424242. Windows color (decimal): -3080159 or 2162897. OLE color: 2162897.

HSL color Cylindrical-coordinate representation of color #D10021: hue angle of 350.53º 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 #D10021 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 0 33 -
CMYK 0 1 0.84 0.18
HSL 350.53º 1% 0.41% -
HSV(B) 350.53º 1% 0.82% -
XYZ 26.57 13.67 2.68 -
YUV 66.25 109.24 229.82 -
System Red Green Blue C M Y K H S L
Decimal 209 0 33 0 1 0.84 0.18 350.53 1 0.41
Hex D1 0 21 0 64 54 12 15F 64 29
Octal 321 0 41 0 144 124 22 537 144 51
Binary 11010001 0 100001 0 1100100 1010100 10010 101011111 1100100 101001

Color Harmonies of #D10021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10021

Black with #D10021

Text Example


Text Example

White with #D10021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10021; }

 p { color: rgb(209,0,33); }

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

background-color css

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

 a { background-color: rgb(209,0,33); }

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

border-color css

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

 span { border-color: rgb(209,0,33); }

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