Html Css Color HEX #D10621 Venetian Red

📋 copy color: '#D10621'

red 209 ◦ green 6 ◦ blue 33

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

Shades of Venetian Red #D10621

Tints of Venetian Red #D10621

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.42%

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

R = 84.27%
G = 2.42%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D10621 (or 0xD10621) is known color: Venetian Red. HEX triplet: D1, 06 and 21. RGB value is (209,6,33). Sum of RGB (Red+Green+Blue) = 209+6+33=248 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.27% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 209 - color contains mainly: red. Hex color #D10621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10621 is #2EF9DE. Grayscale: #454545. Windows color (decimal): -3078623 or 2164433. OLE color: 2164433.

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

Color convert

RGB 209 6 33 -
CMYK 0 0.97 0.84 0.18
HSL 352.02º 0.94% 0.42% -
HSV(B) 352.02º 0.97% 0.82% -
XYZ 26.63 13.8 2.7 -
YUV 69.78 107.25 227.3 -
System Red Green Blue C M Y K H S L
Decimal 209 6 33 0 0.97 0.84 0.18 352.02 0.94 0.42
Hex D1 6 21 0 61 54 12 160 5E 2A
Octal 321 6 41 0 141 124 22 540 136 52
Binary 11010001 110 100001 0 1100001 1010100 10010 101100000 1011110 101010

Color Harmonies of #D10621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10621

Black with #D10621

Text Example


Text Example

White with #D10621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10621; }

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

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

background-color css

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

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

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

border-color css

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

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

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