Html Css Color HEX #D20814 Venetian Red

📋 copy color: '#D20814'

red 210 ◦ green 8 ◦ blue 20

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

Shades of Venetian Red #D20814

Tints of Venetian Red #D20814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

 BLUE value IS 20 (8.2% from 255) = 8.4%

R = 88.24%
G = 3.36%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D20814 (or 0xD20814) is known color: Venetian Red. HEX triplet: D2, 08 and 14. RGB value is (210,8,20). Sum of RGB (Red+Green+Blue) = 210+8+20=238 (31% of max value = 765). Red value is 210 (82.42% from 255 or 88.24% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 210 - color contains mainly: red. Hex color #D20814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20814 is #2DF7EB. Grayscale: #454545. Windows color (decimal): -3012588 or 1312978. OLE color: 1312978.

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

Color convert

RGB 210 8 20 -
CMYK 0 0.96 0.90 0.18
HSL 356.44º 0.93% 0.43% -
HSV(B) 356.44º 0.96% 0.82% -
XYZ 26.79 13.93 1.94 -
YUV 69.77 99.92 228.02 -
System Red Green Blue C M Y K H S L
Decimal 210 8 20 0 0.96 0.90 0.18 356.44 0.93 0.43
Hex D2 8 14 0 60 5A 12 164 5D 2B
Octal 322 10 24 0 140 132 22 544 135 53
Binary 11010010 1000 10100 0 1100000 1011010 10010 101100100 1011101 101011

Color Harmonies of #D20814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20814

Black with #D20814

Text Example


Text Example

White with #D20814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20814; }

 p { color: rgb(210,8,20); }

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

background-color css

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

 a { background-color: rgb(210,8,20); }

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

border-color css

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

 span { border-color: rgb(210,8,20); }

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