Html Css Color HEX #D20514 Venetian Red

📋 copy color: '#D20514'

red 210 ◦ green 5 ◦ blue 20

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

Shades of Venetian Red #D20514

Tints of Venetian Red #D20514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.13%

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

R = 89.36%
G = 2.13%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D20514 (or 0xD20514) is known color: Venetian Red. HEX triplet: D2, 05 and 14. RGB value is (210,5,20). Sum of RGB (Red+Green+Blue) = 210+5+20=235 (31% of max value = 765). Red value is 210 (82.42% from 255 or 89.36% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 210 - color contains mainly: red. Hex color #D20514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20514 is #2DFAEB. Grayscale: #444444. Windows color (decimal): -3013356 or 1312210. OLE color: 1312210.

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

Color convert

RGB 210 5 20 -
CMYK 0 0.98 0.90 0.18
HSL 355.61º 0.95% 0.42% -
HSV(B) 355.61º 0.98% 0.82% -
XYZ 26.76 13.86 1.93 -
YUV 68.01 100.92 229.28 -
System Red Green Blue C M Y K H S L
Decimal 210 5 20 0 0.98 0.90 0.18 355.61 0.95 0.42
Hex D2 5 14 0 62 5A 12 164 5F 2A
Octal 322 5 24 0 142 132 22 544 137 52
Binary 11010010 101 10100 0 1100010 1011010 10010 101100100 1011111 101010

Color Harmonies of #D20514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20514

Black with #D20514

Text Example


Text Example

White with #D20514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20514; }

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

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

background-color css

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

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

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

border-color css

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

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

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