Html Css Color HEX #D20323 Venetian Red

📋 copy color: '#D20323'

red 210 ◦ green 3 ◦ blue 35

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

Shades of Venetian Red #D20323

Tints of Venetian Red #D20323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

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

R = 84.68%
G = 1.21%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D20323 (or 0xD20323) is known color: Venetian Red. HEX triplet: D2, 03 and 23. RGB value is (210,3,35). Sum of RGB (Red+Green+Blue) = 210+3+35=248 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.68% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 210 - color contains mainly: red. Hex color #D20323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20323 is #2DFCDC. Grayscale: #444444. Windows color (decimal): -3013853 or 2294738. OLE color: 2294738.

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

Color convert

RGB 210 3 35 -
CMYK 0 0.99 0.83 0.18
HSL 350.72º 0.97% 0.42% -
HSV(B) 350.72º 0.99% 0.82% -
XYZ 26.91 13.89 2.85 -
YUV 68.54 109.08 228.9 -
System Red Green Blue C M Y K H S L
Decimal 210 3 35 0 0.99 0.83 0.18 350.72 0.97 0.42
Hex D2 3 23 0 63 53 12 15F 61 2A
Octal 322 3 43 0 143 123 22 537 141 52
Binary 11010010 11 100011 0 1100011 1010011 10010 101011111 1100001 101010

Color Harmonies of #D20323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20323

Black with #D20323

Text Example


Text Example

White with #D20323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20323; }

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

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

background-color css

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

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

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

border-color css

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

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

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