Html Css Color HEX #D1050C Venetian Red

📋 copy color: '#D1050C'

red 209 ◦ green 5 ◦ blue 12

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

Shades of Venetian Red #D1050C

Tints of Venetian Red #D1050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.21%

 BLUE value IS 12 (5.08% from 255) = 5.31%

R = 92.48%
G = 2.21%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1050C (or 0xD1050C) is known color: Venetian Red. HEX triplet: D1, 05 and 0C. RGB value is (209,5,12). Sum of RGB (Red+Green+Blue) = 209+5+12=226 (29% of max value = 765). Red value is 209 (82.03% from 255 or 92.48% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 209 - color contains mainly: red. Hex color #D1050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1050C is #2EFAF3. Grayscale: #424242. Windows color (decimal): -3078900 or 787921. OLE color: 787921.

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

Color convert

RGB 209 5 12 -
CMYK 0 0.98 0.94 0.18
HSL 357.94º 0.95% 0.42% -
HSV(B) 357.94º 0.98% 0.82% -
XYZ 26.42 13.69 1.6 -
YUV 66.79 97.09 229.43 -
System Red Green Blue C M Y K H S L
Decimal 209 5 12 0 0.98 0.94 0.18 357.94 0.95 0.42
Hex D1 5 C 0 62 5E 12 166 5F 2A
Octal 321 5 14 0 142 136 22 546 137 52
Binary 11010001 101 1100 0 1100010 1011110 10010 101100110 1011111 101010

Color Harmonies of #D1050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1050C

Black with #D1050C

Text Example


Text Example

White with #D1050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1050C; }

 p { color: rgb(209,5,12); }

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

background-color css

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

 a { background-color: rgb(209,5,12); }

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

border-color css

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

 span { border-color: rgb(209,5,12); }

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