Html Css Color HEX #D20325 Venetian Red

📋 copy color: '#D20325'

red 210 ◦ green 3 ◦ blue 37

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

Shades of Venetian Red #D20325

Tints of Venetian Red #D20325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.8%

R = 84%
G = 1.2%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D20325 (or 0xD20325) is known color: Venetian Red. HEX triplet: D2, 03 and 25. RGB value is (210,3,37). Sum of RGB (Red+Green+Blue) = 210+3+37=250 (33% of max value = 765). Red value is 210 (82.42% from 255 or 84% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 210 - color contains mainly: red. Hex color #D20325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20325 is #2DFCDA. Grayscale: #444444. Windows color (decimal): -3013851 or 2425810. OLE color: 2425810.

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

Color convert

RGB 210 3 37 -
CMYK 0 0.99 0.82 0.18
HSL 350.14º 0.97% 0.42% -
HSV(B) 350.14º 0.99% 0.82% -
XYZ 26.94 13.9 3.01 -
YUV 68.77 110.08 228.74 -
System Red Green Blue C M Y K H S L
Decimal 210 3 37 0 0.99 0.82 0.18 350.14 0.97 0.42
Hex D2 3 25 0 63 52 12 15E 61 2A
Octal 322 3 45 0 143 122 22 536 141 52
Binary 11010010 11 100101 0 1100011 1010010 10010 101011110 1100001 101010

Color Harmonies of #D20325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20325

Black with #D20325

Text Example


Text Example

White with #D20325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20325; }

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

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

background-color css

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

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

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

border-color css

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

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

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