Html Css Color HEX #D1030D Venetian Red

📋 copy color: '#D1030D'

red 209 ◦ green 3 ◦ blue 13

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

Shades of Venetian Red #D1030D

Tints of Venetian Red #D1030D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.78%

R = 92.89%
G = 1.33%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1030D (or 0xD1030D) is known color: Venetian Red. HEX triplet: D1, 03 and 0D. RGB value is (209,3,13). Sum of RGB (Red+Green+Blue) = 209+3+13=225 (29% of max value = 765). Red value is 209 (82.03% from 255 or 92.89% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 209 - color contains mainly: red. Hex color #D1030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1030D is #2EFCF2. Grayscale: #414141. Windows color (decimal): -3079411 or 852945. OLE color: 852945.

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

Color convert

RGB 209 3 13 -
CMYK 0 0.99 0.94 0.18
HSL 357.09º 0.97% 0.42% -
HSV(B) 357.09º 0.99% 0.82% -
XYZ 26.4 13.65 1.62 -
YUV 65.73 98.25 230.19 -
System Red Green Blue C M Y K H S L
Decimal 209 3 13 0 0.99 0.94 0.18 357.09 0.97 0.42
Hex D1 3 D 0 63 5E 12 165 61 2A
Octal 321 3 15 0 143 136 22 545 141 52
Binary 11010001 11 1101 0 1100011 1011110 10010 101100101 1100001 101010

Color Harmonies of #D1030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1030D

Black with #D1030D

Text Example


Text Example

White with #D1030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1030D; }

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

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

background-color css

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

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

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

border-color css

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

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

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