Html Css Color HEX #D10421 Venetian Red

📋 copy color: '#D10421'

red 209 ◦ green 4 ◦ blue 33

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

Shades of Venetian Red #D10421

Tints of Venetian Red #D10421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 84.96%
G = 1.63%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D10421 (or 0xD10421) is known color: Venetian Red. HEX triplet: D1, 04 and 21. RGB value is (209,4,33). Sum of RGB (Red+Green+Blue) = 209+4+33=246 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.96% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 209 - color contains mainly: red. Hex color #D10421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10421 is #2EFBDE. Grayscale: #444444. Windows color (decimal): -3079135 or 2163921. OLE color: 2163921.

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

Color convert

RGB 209 4 33 -
CMYK 0 0.98 0.84 0.18
HSL 351.51º 0.96% 0.42% -
HSV(B) 351.51º 0.98% 0.82% -
XYZ 26.61 13.75 2.69 -
YUV 68.6 107.92 228.14 -
System Red Green Blue C M Y K H S L
Decimal 209 4 33 0 0.98 0.84 0.18 351.51 0.96 0.42
Hex D1 4 21 0 62 54 12 160 60 2A
Octal 321 4 41 0 142 124 22 540 140 52
Binary 11010001 100 100001 0 1100010 1010100 10010 101100000 1100000 101010

Color Harmonies of #D10421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10421

Black with #D10421

Text Example


Text Example

White with #D10421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10421; }

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

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

background-color css

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

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

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

border-color css

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

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

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