Html Css Color HEX #D20214 Venetian Red

📋 copy color: '#D20214'

red 210 ◦ green 2 ◦ blue 20

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

Shades of Venetian Red #D20214

Tints of Venetian Red #D20214

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 90.52%
G = 0.86%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D20214 (or 0xD20214) is known color: Venetian Red. HEX triplet: D2, 02 and 14. RGB value is (210,2,20). Sum of RGB (Red+Green+Blue) = 210+2+20=232 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.52% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 210 - color contains mainly: red. Hex color #D20214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20214 is #2DFDEB. Grayscale: #424242. Windows color (decimal): -3014124 or 1311442. OLE color: 1311442.

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

Color convert

RGB 210 2 20 -
CMYK 0 0.99 0.90 0.18
HSL 354.81º 0.98% 0.42% -
HSV(B) 354.81º 0.99% 0.82% -
XYZ 26.73 13.8 1.92 -
YUV 66.24 101.91 230.54 -
System Red Green Blue C M Y K H S L
Decimal 210 2 20 0 0.99 0.90 0.18 354.81 0.98 0.42
Hex D2 2 14 0 63 5A 12 163 62 2A
Octal 322 2 24 0 143 132 22 543 142 52
Binary 11010010 10 10100 0 1100011 1011010 10010 101100011 1100010 101010

Color Harmonies of #D20214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20214

Black with #D20214

Text Example


Text Example

White with #D20214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20214; }

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

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

background-color css

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

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

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

border-color css

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

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

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