Html Css Color HEX #D10321 Venetian Red

📋 copy color: '#D10321'

red 209 ◦ green 3 ◦ blue 33

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

Shades of Venetian Red #D10321

Tints of Venetian Red #D10321

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

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

R = 85.31%
G = 1.22%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D10321 (or 0xD10321) is known color: Venetian Red. HEX triplet: D1, 03 and 21. RGB value is (209,3,33). Sum of RGB (Red+Green+Blue) = 209+3+33=245 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.31% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 209 - color contains mainly: red. Hex color #D10321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10321 is #2EFCDE. Grayscale: #444444. Windows color (decimal): -3079391 or 2163665. OLE color: 2163665.

HSL color Cylindrical-coordinate representation of color #D10321: hue angle of 351.26º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10321 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 3 33 -
CMYK 0 0.99 0.84 0.18
HSL 351.26º 0.97% 0.42% -
HSV(B) 351.26º 0.99% 0.82% -
XYZ 26.6 13.73 2.69 -
YUV 68.01 108.25 228.56 -
System Red Green Blue C M Y K H S L
Decimal 209 3 33 0 0.99 0.84 0.18 351.26 0.97 0.42
Hex D1 3 21 0 63 54 12 15F 61 2A
Octal 321 3 41 0 143 124 22 537 141 52
Binary 11010001 11 100001 0 1100011 1010100 10010 101011111 1100001 101010

Color Harmonies of #D10321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10321

Black with #D10321

Text Example


Text Example

White with #D10321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10321; }

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

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

background-color css

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

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

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

border-color css

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

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

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