Html Css Color HEX #D20122 Venetian Red

📋 copy color: '#D20122'

red 210 ◦ green 1 ◦ blue 34

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

Shades of Venetian Red #D20122

Tints of Venetian Red #D20122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.88%

R = 85.71%
G = 0.41%
B = 13.88%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D20122 (or 0xD20122) is known color: Venetian Red. HEX triplet: D2, 01 and 22. RGB value is (210,1,34). Sum of RGB (Red+Green+Blue) = 210+1+34=245 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.71% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 210 - color contains mainly: red. Hex color #D20122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20122 is #2DFEDD. Grayscale: #434343. Windows color (decimal): -3014366 or 2228690. OLE color: 2228690.

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

Color convert

RGB 210 1 34 -
CMYK 0 1.00 0.84 0.18
HSL 350.53º 0.99% 0.41% -
HSV(B) 350.53º 1% 0.82% -
XYZ 26.88 13.84 2.77 -
YUV 67.25 109.24 229.82 -
System Red Green Blue C M Y K H S L
Decimal 210 1 34 0 1.00 0.84 0.18 350.53 0.99 0.41
Hex D2 1 22 0 64 54 12 15F 63 29
Octal 322 1 42 0 144 124 22 537 143 51
Binary 11010010 1 100010 0 1100100 1010100 10010 101011111 1100011 101001

Color Harmonies of #D20122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20122

Black with #D20122

Text Example


Text Example

White with #D20122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20122; }

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

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

background-color css

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

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

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

border-color css

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

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

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