Html Css Color HEX #D20411 Venetian Red

📋 copy color: '#D20411'

red 210 ◦ green 4 ◦ blue 17

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

Shades of Venetian Red #D20411

Tints of Venetian Red #D20411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.36%

R = 90.91%
G = 1.73%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D20411 (or 0xD20411) is known color: Venetian Red. HEX triplet: D2, 04 and 11. RGB value is (210,4,17). Sum of RGB (Red+Green+Blue) = 210+4+17=231 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.91% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 210 - color contains mainly: red. Hex color #D20411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20411 is #2DFBEE. Grayscale: #434343. Windows color (decimal): -3013615 or 1115346. OLE color: 1115346.

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

Color convert

RGB 210 4 17 -
CMYK 0 0.98 0.92 0.18
HSL 356.21º 0.96% 0.42% -
HSV(B) 356.21º 0.98% 0.82% -
XYZ 26.72 13.83 1.79 -
YUV 67.08 99.75 229.94 -
System Red Green Blue C M Y K H S L
Decimal 210 4 17 0 0.98 0.92 0.18 356.21 0.96 0.42
Hex D2 4 11 0 62 5C 12 164 60 2A
Octal 322 4 21 0 142 134 22 544 140 52
Binary 11010010 100 10001 0 1100010 1011100 10010 101100100 1100000 101010

Color Harmonies of #D20411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20411

Black with #D20411

Text Example


Text Example

White with #D20411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20411; }

 p { color: rgb(210,4,17); }

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

background-color css

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

 a { background-color: rgb(210,4,17); }

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

border-color css

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

 span { border-color: rgb(210,4,17); }

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