Html Css Color HEX #D20005 Venetian Red

📋 copy color: '#D20005'

red 210 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #D20005

Tints of Venetian Red #D20005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.33%

R = 97.67%
G = 0%
B = 2.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D20005 (or 0xD20005) is known color: Venetian Red. HEX triplet: D2, 00 and 05. RGB value is (210,0,5). Sum of RGB (Red+Green+Blue) = 210+0+5=215 (28% of max value = 765). Red value is 210 (82.42% from 255 or 97.67% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 210 - color contains mainly: red. Hex color #D20005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20005 is #2DFFFA. Grayscale: #3F3F3F. Windows color (decimal): -3014651 or 327890. OLE color: 327890.

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

Color convert

RGB 210 0 5 -
CMYK 0 1 0.98 0.18
HSL 358.57º 1% 0.41% -
HSV(B) 358.57º 1% 0.82% -
XYZ 26.61 13.71 1.39 -
YUV 63.36 95.07 232.59 -
System Red Green Blue C M Y K H S L
Decimal 210 0 5 0 1 0.98 0.18 358.57 1 0.41
Hex D2 0 5 0 64 62 12 167 64 29
Octal 322 0 5 0 144 142 22 547 144 51
Binary 11010010 0 101 0 1100100 1100010 10010 101100111 1100100 101001

Color Harmonies of #D20005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20005

Black with #D20005

Text Example


Text Example

White with #D20005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20005; }

 p { color: rgb(210,0,5); }

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

background-color css

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

 a { background-color: rgb(210,0,5); }

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

border-color css

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

 span { border-color: rgb(210,0,5); }

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