Html Css Color HEX #D10023 Venetian Red

📋 copy color: '#D10023'

red 209 ◦ green 0 ◦ blue 35

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

Shades of Venetian Red #D10023

Tints of Venetian Red #D10023

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.66%
G = 0%
B = 14.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D10023 (or 0xD10023) is known color: Venetian Red. HEX triplet: D1, 00 and 23. RGB value is (209,0,35). Sum of RGB (Red+Green+Blue) = 209+0+35=244 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.66% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 209 - color contains mainly: red. Hex color #D10023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10023 is #2EFFDC. Grayscale: #424242. Windows color (decimal): -3080157 or 2293969. OLE color: 2293969.

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

Color convert

RGB 209 0 35 -
CMYK 0 1 0.83 0.18
HSL 349.95º 1% 0.41% -
HSV(B) 349.95º 1% 0.82% -
XYZ 26.6 13.68 2.83 -
YUV 66.48 110.24 229.65 -
System Red Green Blue C M Y K H S L
Decimal 209 0 35 0 1 0.83 0.18 349.95 1 0.41
Hex D1 0 23 0 64 53 12 15E 64 29
Octal 321 0 43 0 144 123 22 536 144 51
Binary 11010001 0 100011 0 1100100 1010011 10010 101011110 1100100 101001

Color Harmonies of #D10023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10023

Black with #D10023

Text Example


Text Example

White with #D10023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10023; }

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

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

background-color css

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

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

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

border-color css

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

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

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