Html Css Color HEX #D2020A Venetian Red

📋 copy color: '#D2020A'

red 210 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #D2020A

Tints of Venetian Red #D2020A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 94.59%
G = 0.9%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D2020A (or 0xD2020A) is known color: Venetian Red. HEX triplet: D2, 02 and 0A. RGB value is (210,2,10). Sum of RGB (Red+Green+Blue) = 210+2+10=222 (29% of max value = 765). Red value is 210 (82.42% from 255 or 94.59% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 210 - color contains mainly: red. Hex color #D2020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2020A is #2DFDF5. Grayscale: #414141. Windows color (decimal): -3014134 or 656082. OLE color: 656082.

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

Color convert

RGB 210 2 10 -
CMYK 0 0.99 0.95 0.18
HSL 357.69º 0.98% 0.42% -
HSV(B) 357.69º 0.99% 0.82% -
XYZ 26.65 13.77 1.54 -
YUV 65.1 96.91 231.35 -
System Red Green Blue C M Y K H S L
Decimal 210 2 10 0 0.99 0.95 0.18 357.69 0.98 0.42
Hex D2 2 A 0 63 5F 12 166 62 2A
Octal 322 2 12 0 143 137 22 546 142 52
Binary 11010010 10 1010 0 1100011 1011111 10010 101100110 1100010 101010

Color Harmonies of #D2020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2020A

Black with #D2020A

Text Example


Text Example

White with #D2020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2020A; }

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

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

background-color css

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

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

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

border-color css

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

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

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