Html Css Color HEX #D20C14 Venetian Red

📋 copy color: '#D20C14'

red 210 ◦ green 12 ◦ blue 20

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

Shades of Venetian Red #D20C14

Tints of Venetian Red #D20C14

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.96%

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

R = 86.78%
G = 4.96%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D20C14 (or 0xD20C14) is known color: Venetian Red. HEX triplet: D2, 0C and 14. RGB value is (210,12,20). Sum of RGB (Red+Green+Blue) = 210+12+20=242 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.78% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20C14 is #2DF3EB. Grayscale: #484848. Windows color (decimal): -3011564 or 1314002. OLE color: 1314002.

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

Color convert

RGB 210 12 20 -
CMYK 0 0.94 0.90 0.18
HSL 357.58º 0.89% 0.44% -
HSV(B) 357.58º 0.94% 0.82% -
XYZ 26.84 14.02 1.95 -
YUV 72.11 98.6 226.35 -
System Red Green Blue C M Y K H S L
Decimal 210 12 20 0 0.94 0.90 0.18 357.58 0.89 0.44
Hex D2 C 14 0 5E 5A 12 166 59 2C
Octal 322 14 24 0 136 132 22 546 131 54
Binary 11010010 1100 10100 0 1011110 1011010 10010 101100110 1011001 101100

Color Harmonies of #D20C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C14

Black with #D20C14

Text Example


Text Example

White with #D20C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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