Html Css Color HEX #D10323 Venetian Red

📋 copy color: '#D10323'

red 209 ◦ green 3 ◦ blue 35

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

Shades of Venetian Red #D10323

Tints of Venetian Red #D10323

RGB

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

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

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

R = 84.62%
G = 1.21%
B = 14.17%

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

#D10323 (or 0xD10323) is known color: Venetian Red. HEX triplet: D1, 03 and 23. RGB value is (209,3,35). Sum of RGB (Red+Green+Blue) = 209+3+35=247 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.62% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 209 - color contains mainly: red. Hex color #D10323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10323 is #2EFCDC. Grayscale: #444444. Windows color (decimal): -3079389 or 2294737. OLE color: 2294737.

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

Color convert

RGB 209 3 35 -
CMYK 0 0.99 0.83 0.18
HSL 350.68º 0.97% 0.42% -
HSV(B) 350.68º 0.99% 0.82% -
XYZ 26.63 13.74 2.84 -
YUV 68.24 109.25 228.4 -
System Red Green Blue C M Y K H S L
Decimal 209 3 35 0 0.99 0.83 0.18 350.68 0.97 0.42
Hex D1 3 23 0 63 53 12 15F 61 2A
Octal 321 3 43 0 143 123 22 537 141 52
Binary 11010001 11 100011 0 1100011 1010011 10010 101011111 1100001 101010

Color Harmonies of #D10323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10323

Black with #D10323

Text Example


Text Example

White with #D10323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10323; }

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

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

background-color css

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

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

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

border-color css

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

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

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