Html Css Color HEX #D2010A Venetian Red

📋 copy color: '#D2010A'

red 210 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #D2010A

Tints of Venetian Red #D2010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 10 (4.3% from 255) = 4.52%

R = 95.02%
G = 0.45%
B = 4.52%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D2010A (or 0xD2010A) is known color: Venetian Red. HEX triplet: D2, 01 and 0A. RGB value is (210,1,10). Sum of RGB (Red+Green+Blue) = 210+1+10=221 (29% of max value = 765). Red value is 210 (82.42% from 255 or 95.02% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 210 - color contains mainly: red. Hex color #D2010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2010A is #2DFEF5. Grayscale: #404040. Windows color (decimal): -3014390 or 655826. OLE color: 655826.

HSL color Cylindrical-coordinate representation of color #D2010A: hue angle of 357.42º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2010A is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 1 10 -
CMYK 0 1.00 0.95 0.18
HSL 357.42º 0.99% 0.41% -
HSV(B) 357.42º 1% 0.82% -
XYZ 26.64 13.75 1.54 -
YUV 64.52 97.24 231.77 -
System Red Green Blue C M Y K H S L
Decimal 210 1 10 0 1.00 0.95 0.18 357.42 0.99 0.41
Hex D2 1 A 0 64 5F 12 165 63 29
Octal 322 1 12 0 144 137 22 545 143 51
Binary 11010010 1 1010 0 1100100 1011111 10010 101100101 1100011 101001

Color Harmonies of #D2010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2010A

Black with #D2010A

Text Example


Text Example

White with #D2010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2010A; }

 p { color: rgb(210,1,10); }

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

background-color css

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

 a { background-color: rgb(210,1,10); }

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

border-color css

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

 span { border-color: rgb(210,1,10); }

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