Html Css Color HEX #D2021A Venetian Red

📋 copy color: '#D2021A'

red 210 ◦ green 2 ◦ blue 26

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

Shades of Venetian Red #D2021A

Tints of Venetian Red #D2021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.92%

R = 88.24%
G = 0.84%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2021A (or 0xD2021A) is known color: Venetian Red. HEX triplet: D2, 02 and 1A. RGB value is (210,2,26). Sum of RGB (Red+Green+Blue) = 210+2+26=238 (31% of max value = 765). Red value is 210 (82.42% from 255 or 88.24% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 210 - color contains mainly: red. Hex color #D2021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2021A is #2DFDE5. Grayscale: #434343. Windows color (decimal): -3014118 or 1704658. OLE color: 1704658.

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

Color convert

RGB 210 2 26 -
CMYK 0 0.99 0.88 0.18
HSL 353.08º 0.98% 0.42% -
HSV(B) 353.08º 0.99% 0.82% -
XYZ 26.79 13.82 2.23 -
YUV 66.93 104.91 230.05 -
System Red Green Blue C M Y K H S L
Decimal 210 2 26 0 0.99 0.88 0.18 353.08 0.98 0.42
Hex D2 2 1A 0 63 58 12 161 62 2A
Octal 322 2 32 0 143 130 22 541 142 52
Binary 11010010 10 11010 0 1100011 1011000 10010 101100001 1100010 101010

Color Harmonies of #D2021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2021A

Black with #D2021A

Text Example


Text Example

White with #D2021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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