Html Css Color HEX #D3001D Venetian Red

📋 copy color: '#D3001D'

red 211 ◦ green 0 ◦ blue 29

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

Shades of Venetian Red #D3001D

Tints of Venetian Red #D3001D

RGB

 RED value IS 211 (82.81% from 255) = 87.92%

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

 BLUE value IS 29 (11.72% from 255) = 12.08%

R = 87.92%
G = 0%
B = 12.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D3001D (or 0xD3001D) is known color: Venetian Red. HEX triplet: D3, 00 and 1D. RGB value is (211,0,29). Sum of RGB (Red+Green+Blue) = 211+0+29=240 (31% of max value = 765). Red value is 211 (82.81% from 255 or 87.92% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 211 - color contains mainly: red. Hex color #D3001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3001D is #2CFFE2. Grayscale: #424242. Windows color (decimal): -2949091 or 1900755. OLE color: 1900755.

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

Color convert

RGB 211 0 29 -
CMYK 0 1 0.86 0.17
HSL 351.75º 1% 0.41% -
HSV(B) 351.75º 1% 0.83% -
XYZ 27.09 13.94 2.43 -
YUV 66.4 106.9 231.14 -
System Red Green Blue C M Y K H S L
Decimal 211 0 29 0 1 0.86 0.17 351.75 1 0.41
Hex D3 0 1D 0 64 56 11 160 64 29
Octal 323 0 35 0 144 126 21 540 144 51
Binary 11010011 0 11101 0 1100100 1010110 10001 101100000 1100100 101001

Color Harmonies of #D3001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3001D

Black with #D3001D

Text Example


Text Example

White with #D3001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3001D; }

 p { color: rgb(211,0,29); }

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

background-color css

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

 a { background-color: rgb(211,0,29); }

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

border-color css

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

 span { border-color: rgb(211,0,29); }

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