Html Css Color HEX #D1002B Venetian Red

📋 copy color: '#D1002B'

red 209 ◦ green 0 ◦ blue 43

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

Shades of Venetian Red #D1002B

Tints of Venetian Red #D1002B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.06%

R = 82.94%
G = 0%
B = 17.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1002B (or 0xD1002B) is known color: Venetian Red. HEX triplet: D1, 00 and 2B. RGB value is (209,0,43). Sum of RGB (Red+Green+Blue) = 209+0+43=252 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.94% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 209 - color contains mainly: red. Hex color #D1002B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1002B is #2EFFD4. Grayscale: #434343. Windows color (decimal): -3080149 or 2818257. OLE color: 2818257.

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

Color convert

RGB 209 0 43 -
CMYK 0 1 0.79 0.18
HSL 347.66º 1% 0.41% -
HSV(B) 347.66º 1% 0.82% -
XYZ 26.73 13.73 3.53 -
YUV 67.39 114.24 229 -
System Red Green Blue C M Y K H S L
Decimal 209 0 43 0 1 0.79 0.18 347.66 1 0.41
Hex D1 0 2B 0 64 4F 12 15C 64 29
Octal 321 0 53 0 144 117 22 534 144 51
Binary 11010001 0 101011 0 1100100 1001111 10010 101011100 1100100 101001

Color Harmonies of #D1002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1002B

Black with #D1002B

Text Example


Text Example

White with #D1002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1002B; }

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

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

background-color css

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

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

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

border-color css

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

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

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