Html Css Color HEX #D20619 Venetian Red

📋 copy color: '#D20619'

red 210 ◦ green 6 ◦ blue 25

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

Shades of Venetian Red #D20619

Tints of Venetian Red #D20619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.37%

R = 87.14%
G = 2.49%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D20619 (or 0xD20619) is known color: Venetian Red. HEX triplet: D2, 06 and 19. RGB value is (210,6,25). Sum of RGB (Red+Green+Blue) = 210+6+25=241 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.14% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 210 - color contains mainly: red. Hex color #D20619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20619 is #2DF9E6. Grayscale: #454545. Windows color (decimal): -3013095 or 1640146. OLE color: 1640146.

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

Color convert

RGB 210 6 25 -
CMYK 0 0.97 0.88 0.18
HSL 354.41º 0.94% 0.42% -
HSV(B) 354.41º 0.97% 0.82% -
XYZ 26.82 13.9 2.19 -
YUV 69.16 103.09 228.46 -
System Red Green Blue C M Y K H S L
Decimal 210 6 25 0 0.97 0.88 0.18 354.41 0.94 0.42
Hex D2 6 19 0 61 58 12 162 5E 2A
Octal 322 6 31 0 141 130 22 542 136 52
Binary 11010010 110 11001 0 1100001 1011000 10010 101100010 1011110 101010

Color Harmonies of #D20619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20619

Black with #D20619

Text Example


Text Example

White with #D20619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20619; }

 p { color: rgb(210,6,25); }

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

background-color css

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

 a { background-color: rgb(210,6,25); }

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

border-color css

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

 span { border-color: rgb(210,6,25); }

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