Html Css Color HEX #D10325 Venetian Red

📋 copy color: '#D10325'

red 209 ◦ green 3 ◦ blue 37

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

Shades of Venetian Red #D10325

Tints of Venetian Red #D10325

RGB

 RED value IS 209 (82.03% from 255) = 83.94%

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

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

R = 83.94%
G = 1.2%
B = 14.86%

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

#D10325 (or 0xD10325) is known color: Venetian Red. HEX triplet: D1, 03 and 25. RGB value is (209,3,37). Sum of RGB (Red+Green+Blue) = 209+3+37=249 (32% of max value = 765). Red value is 209 (82.03% from 255 or 83.94% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 209 - color contains mainly: red. Hex color #D10325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10325 is #2EFCDA. Grayscale: #444444. Windows color (decimal): -3079387 or 2425809. OLE color: 2425809.

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

Color convert

RGB 209 3 37 -
CMYK 0 0.99 0.82 0.18
HSL 350.1º 0.97% 0.42% -
HSV(B) 350.1º 0.99% 0.82% -
XYZ 26.66 13.75 3 -
YUV 68.47 110.25 228.24 -
System Red Green Blue C M Y K H S L
Decimal 209 3 37 0 0.99 0.82 0.18 350.1 0.97 0.42
Hex D1 3 25 0 63 52 12 15E 61 2A
Octal 321 3 45 0 143 122 22 536 141 52
Binary 11010001 11 100101 0 1100011 1010010 10010 101011110 1100001 101010

Color Harmonies of #D10325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10325

Black with #D10325

Text Example


Text Example

White with #D10325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10325; }

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

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

background-color css

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

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

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

border-color css

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

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

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