Html Css Color HEX #D00029 Venetian Red

📋 copy color: '#D00029'

red 208 ◦ green 0 ◦ blue 41

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

Shades of Venetian Red #D00029

Tints of Venetian Red #D00029

RGB

 RED value IS 208 (81.64% from 255) = 83.53%

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

 BLUE value IS 41 (16.41% from 255) = 16.47%

R = 83.53%
G = 0%
B = 16.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D00029 (or 0xD00029) is known color: Venetian Red. HEX triplet: D0, 00 and 29. RGB value is (208,0,41). Sum of RGB (Red+Green+Blue) = 208+0+41=249 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.53% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 208 - color contains mainly: red. Hex color #D00029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00029 is #2FFFD6. Grayscale: #424242. Windows color (decimal): -3145687 or 2687184. OLE color: 2687184.

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

Color convert

RGB 208 0 41 -
CMYK 0 1 0.80 0.18
HSL 348.17º 1% 0.41% -
HSV(B) 348.17º 1% 0.82% -
XYZ 26.41 13.57 3.32 -
YUV 66.87 113.41 228.67 -
System Red Green Blue C M Y K H S L
Decimal 208 0 41 0 1 0.80 0.18 348.17 1 0.41
Hex D0 0 29 0 64 50 12 15C 64 29
Octal 320 0 51 0 144 120 22 534 144 51
Binary 11010000 0 101001 0 1100100 1010000 10010 101011100 1100100 101001

Color Harmonies of #D00029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00029

Black with #D00029

Text Example


Text Example

White with #D00029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00029; }

 p { color: rgb(208,0,41); }

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

background-color css

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

 a { background-color: rgb(208,0,41); }

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

border-color css

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

 span { border-color: rgb(208,0,41); }

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