Html Css Color HEX #D20123 Venetian Red

📋 copy color: '#D20123'

red 210 ◦ green 1 ◦ blue 35

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

Shades of Venetian Red #D20123

Tints of Venetian Red #D20123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.23%

R = 85.37%
G = 0.41%
B = 14.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D20123 (or 0xD20123) is known color: Venetian Red. HEX triplet: D2, 01 and 23. RGB value is (210,1,35). Sum of RGB (Red+Green+Blue) = 210+1+35=246 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.37% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 210 - color contains mainly: red. Hex color #D20123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20123 is #2DFEDC. Grayscale: #434343. Windows color (decimal): -3014365 or 2294226. OLE color: 2294226.

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

Color convert

RGB 210 1 35 -
CMYK 0 1.00 0.83 0.18
HSL 350.24º 0.99% 0.41% -
HSV(B) 350.24º 1% 0.82% -
XYZ 26.89 13.84 2.85 -
YUV 67.37 109.74 229.74 -
System Red Green Blue C M Y K H S L
Decimal 210 1 35 0 1.00 0.83 0.18 350.24 0.99 0.41
Hex D2 1 23 0 64 53 12 15E 63 29
Octal 322 1 43 0 144 123 22 536 143 51
Binary 11010010 1 100011 0 1100100 1010011 10010 101011110 1100011 101001

Color Harmonies of #D20123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20123

Black with #D20123

Text Example


Text Example

White with #D20123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20123; }

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

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

background-color css

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

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

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

border-color css

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

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

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