Html Css Color HEX #D0001F Venetian Red

📋 copy color: '#D0001F'

red 208 ◦ green 0 ◦ blue 31

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

Shades of Venetian Red #D0001F

Tints of Venetian Red #D0001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.97%

R = 87.03%
G = 0%
B = 12.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0001F (or 0xD0001F) is known color: Venetian Red. HEX triplet: D0, 00 and 1F. RGB value is (208,0,31). Sum of RGB (Red+Green+Blue) = 208+0+31=239 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.03% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 208 - color contains mainly: red. Hex color #D0001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0001F is #2FFFE0. Grayscale: #414141. Windows color (decimal): -3145697 or 2031824. OLE color: 2031824.

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

Color convert

RGB 208 0 31 -
CMYK 0 1 0.85 0.18
HSL 351.06º 1% 0.41% -
HSV(B) 351.06º 1% 0.82% -
XYZ 26.26 13.51 2.52 -
YUV 65.73 108.41 229.48 -
System Red Green Blue C M Y K H S L
Decimal 208 0 31 0 1 0.85 0.18 351.06 1 0.41
Hex D0 0 1F 0 64 55 12 15F 64 29
Octal 320 0 37 0 144 125 22 537 144 51
Binary 11010000 0 11111 0 1100100 1010101 10010 101011111 1100100 101001

Color Harmonies of #D0001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0001F

Black with #D0001F

Text Example


Text Example

White with #D0001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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