Html Css Color HEX #D20126 Venetian Red

📋 copy color: '#D20126'

red 210 ◦ green 1 ◦ blue 38

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

Shades of Venetian Red #D20126

Tints of Venetian Red #D20126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.26%

R = 84.34%
G = 0.4%
B = 15.26%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D20126 (or 0xD20126) is known color: Venetian Red. HEX triplet: D2, 01 and 26. RGB value is (210,1,38). Sum of RGB (Red+Green+Blue) = 210+1+38=249 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.34% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 210 - color contains mainly: red. Hex color #D20126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20126 is #2DFED9. Grayscale: #434343. Windows color (decimal): -3014362 or 2490834. OLE color: 2490834.

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

Color convert

RGB 210 1 38 -
CMYK 0 1.00 0.82 0.18
HSL 349.38º 0.99% 0.41% -
HSV(B) 349.38º 1% 0.82% -
XYZ 26.94 13.86 3.09 -
YUV 67.71 111.24 229.49 -
System Red Green Blue C M Y K H S L
Decimal 210 1 38 0 1.00 0.82 0.18 349.38 0.99 0.41
Hex D2 1 26 0 64 52 12 15D 63 29
Octal 322 1 46 0 144 122 22 535 143 51
Binary 11010010 1 100110 0 1100100 1010010 10010 101011101 1100011 101001

Color Harmonies of #D20126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20126

Black with #D20126

Text Example


Text Example

White with #D20126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20126; }

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

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

background-color css

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

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

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

border-color css

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

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

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