Html Css Color HEX #D2001F Venetian Red

📋 copy color: '#D2001F'

red 210 ◦ green 0 ◦ blue 31

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

Shades of Venetian Red #D2001F

Tints of Venetian Red #D2001F

RGB

 RED value IS 210 (82.42% from 255) = 87.14%

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

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

R = 87.14%
G = 0%
B = 12.86%

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

#D2001F (or 0xD2001F) is known color: Venetian Red. HEX triplet: D2, 00 and 1F. RGB value is (210,0,31). Sum of RGB (Red+Green+Blue) = 210+0+31=241 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.14% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 210 - color contains mainly: red. Hex color #D2001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2001F is #2DFFE0. Grayscale: #424242. Windows color (decimal): -3014625 or 2031826. OLE color: 2031826.

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

Color convert

RGB 210 0 31 -
CMYK 0 1 0.85 0.18
HSL 351.14º 1% 0.41% -
HSV(B) 351.14º 1% 0.82% -
XYZ 26.83 13.8 2.55 -
YUV 66.32 108.07 230.48 -
System Red Green Blue C M Y K H S L
Decimal 210 0 31 0 1 0.85 0.18 351.14 1 0.41
Hex D2 0 1F 0 64 55 12 15F 64 29
Octal 322 0 37 0 144 125 22 537 144 51
Binary 11010010 0 11111 0 1100100 1010101 10010 101011111 1100100 101001

Color Harmonies of #D2001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2001F

Black with #D2001F

Text Example


Text Example

White with #D2001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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