Html Css Color HEX #D20314 Venetian Red

📋 copy color: '#D20314'

red 210 ◦ green 3 ◦ blue 20

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

Shades of Venetian Red #D20314

Tints of Venetian Red #D20314

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

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

R = 90.13%
G = 1.29%
B = 8.58%

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

#D20314 (or 0xD20314) is known color: Venetian Red. HEX triplet: D2, 03 and 14. RGB value is (210,3,20). Sum of RGB (Red+Green+Blue) = 210+3+20=233 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.13% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 210 - color contains mainly: red. Hex color #D20314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20314 is #2DFCEB. Grayscale: #424242. Windows color (decimal): -3013868 or 1311698. OLE color: 1311698.

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

Color convert

RGB 210 3 20 -
CMYK 0 0.99 0.90 0.18
HSL 355.07º 0.97% 0.42% -
HSV(B) 355.07º 0.99% 0.82% -
XYZ 26.74 13.82 1.92 -
YUV 66.83 101.58 230.12 -
System Red Green Blue C M Y K H S L
Decimal 210 3 20 0 0.99 0.90 0.18 355.07 0.97 0.42
Hex D2 3 14 0 63 5A 12 163 61 2A
Octal 322 3 24 0 143 132 22 543 141 52
Binary 11010010 11 10100 0 1100011 1011010 10010 101100011 1100001 101010

Color Harmonies of #D20314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20314

Black with #D20314

Text Example


Text Example

White with #D20314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20314; }

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

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

background-color css

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

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

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

border-color css

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

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

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