Html Css Color HEX #D10327 Venetian Red

📋 copy color: '#D10327'

red 209 ◦ green 3 ◦ blue 39

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

Shades of Venetian Red #D10327

Tints of Venetian Red #D10327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.54%

R = 83.27%
G = 1.2%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D10327 (or 0xD10327) is known color: Venetian Red. HEX triplet: D1, 03 and 27. RGB value is (209,3,39). Sum of RGB (Red+Green+Blue) = 209+3+39=251 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.27% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 209 - color contains mainly: red. Hex color #D10327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10327 is #2EFCD8. Grayscale: #444444. Windows color (decimal): -3079385 or 2556881. OLE color: 2556881.

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

Color convert

RGB 209 3 39 -
CMYK 0 0.99 0.81 0.18
HSL 349.51º 0.97% 0.42% -
HSV(B) 349.51º 0.99% 0.82% -
XYZ 26.69 13.77 3.17 -
YUV 68.7 111.25 228.07 -
System Red Green Blue C M Y K H S L
Decimal 209 3 39 0 0.99 0.81 0.18 349.51 0.97 0.42
Hex D1 3 27 0 63 51 12 15E 61 2A
Octal 321 3 47 0 143 121 22 536 141 52
Binary 11010001 11 100111 0 1100011 1010001 10010 101011110 1100001 101010

Color Harmonies of #D10327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10327

Black with #D10327

Text Example


Text Example

White with #D10327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10327; }

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

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

background-color css

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

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

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

border-color css

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

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

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