Html Css Color HEX #D20512 Venetian Red

📋 copy color: '#D20512'

red 210 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #D20512

Tints of Venetian Red #D20512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.73%

R = 90.13%
G = 2.15%
B = 7.73%

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

#D20512 (or 0xD20512) is known color: Venetian Red. HEX triplet: D2, 05 and 12. RGB value is (210,5,18). Sum of RGB (Red+Green+Blue) = 210+5+18=233 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.13% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 210 - color contains mainly: red. Hex color #D20512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20512 is #2DFAED. Grayscale: #434343. Windows color (decimal): -3013358 or 1181138. OLE color: 1181138.

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

Color convert

RGB 210 5 18 -
CMYK 0 0.98 0.91 0.18
HSL 356.2º 0.95% 0.42% -
HSV(B) 356.2º 0.98% 0.82% -
XYZ 26.74 13.85 1.84 -
YUV 67.78 99.92 229.44 -
System Red Green Blue C M Y K H S L
Decimal 210 5 18 0 0.98 0.91 0.18 356.2 0.95 0.42
Hex D2 5 12 0 62 5B 12 164 5F 2A
Octal 322 5 22 0 142 133 22 544 137 52
Binary 11010010 101 10010 0 1100010 1011011 10010 101100100 1011111 101010

Color Harmonies of #D20512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20512

Black with #D20512

Text Example


Text Example

White with #D20512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20512; }

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

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

background-color css

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

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

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

border-color css

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

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

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