Html Css Color HEX #D10623 Venetian Red

📋 copy color: '#D10623'

red 209 ◦ green 6 ◦ blue 35

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

Shades of Venetian Red #D10623

Tints of Venetian Red #D10623

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.4%

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

R = 83.6%
G = 2.4%
B = 14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D10623 (or 0xD10623) is known color: Venetian Red. HEX triplet: D1, 06 and 23. RGB value is (209,6,35). Sum of RGB (Red+Green+Blue) = 209+6+35=250 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.6% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 209 - color contains mainly: red. Hex color #D10623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10623 is #2EF9DC. Grayscale: #464646. Windows color (decimal): -3078621 or 2295505. OLE color: 2295505.

HSL color Cylindrical-coordinate representation of color #D10623: hue angle of 351.43º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10623 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 6 35 -
CMYK 0 0.97 0.83 0.18
HSL 351.43º 0.94% 0.42% -
HSV(B) 351.43º 0.97% 0.82% -
XYZ 26.66 13.81 2.85 -
YUV 70 108.25 227.14 -
System Red Green Blue C M Y K H S L
Decimal 209 6 35 0 0.97 0.83 0.18 351.43 0.94 0.42
Hex D1 6 23 0 61 53 12 15F 5E 2A
Octal 321 6 43 0 141 123 22 537 136 52
Binary 11010001 110 100011 0 1100001 1010011 10010 101011111 1011110 101010

Color Harmonies of #D10623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10623

Black with #D10623

Text Example


Text Example

White with #D10623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10623; }

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

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

background-color css

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

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

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

border-color css

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

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

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