Html Css Color HEX #D20513 Venetian Red

📋 copy color: '#D20513'

red 210 ◦ green 5 ◦ blue 19

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

Shades of Venetian Red #D20513

Tints of Venetian Red #D20513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.12%

R = 89.74%
G = 2.14%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D20513 (or 0xD20513) is known color: Venetian Red. HEX triplet: D2, 05 and 13. RGB value is (210,5,19). Sum of RGB (Red+Green+Blue) = 210+5+19=234 (30% of max value = 765). Red value is 210 (82.42% from 255 or 89.74% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 210 - color contains mainly: red. Hex color #D20513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20513 is #2DFAEC. Grayscale: #444444. Windows color (decimal): -3013357 or 1246674. OLE color: 1246674.

HSL color Cylindrical-coordinate representation of color #D20513: hue angle of 355.9º 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 #D20513 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 5 19 -
CMYK 0 0.98 0.91 0.18
HSL 355.9º 0.95% 0.42% -
HSV(B) 355.9º 0.98% 0.82% -
XYZ 26.75 13.86 1.88 -
YUV 67.89 100.42 229.36 -
System Red Green Blue C M Y K H S L
Decimal 210 5 19 0 0.98 0.91 0.18 355.9 0.95 0.42
Hex D2 5 13 0 62 5B 12 164 5F 2A
Octal 322 5 23 0 142 133 22 544 137 52
Binary 11010010 101 10011 0 1100010 1011011 10010 101100100 1011111 101010

Color Harmonies of #D20513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20513

Black with #D20513

Text Example


Text Example

White with #D20513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20513; }

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

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

background-color css

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

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

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

border-color css

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

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

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