Html Css Color HEX #D0031C Venetian Red

📋 copy color: '#D0031C'

red 208 ◦ green 3 ◦ blue 28

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

Shades of Venetian Red #D0031C

Tints of Venetian Red #D0031C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

 BLUE value IS 28 (11.33% from 255) = 11.72%

R = 87.03%
G = 1.26%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0031C (or 0xD0031C) is known color: Venetian Red. HEX triplet: D0, 03 and 1C. RGB value is (208,3,28). Sum of RGB (Red+Green+Blue) = 208+3+28=239 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.03% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 208 - color contains mainly: red. Hex color #D0031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0031C is #2FFCE3. Grayscale: #434343. Windows color (decimal): -3144932 or 1835984. OLE color: 1835984.

HSL color Cylindrical-coordinate representation of color #D0031C: hue angle of 352.68º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0031C is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 3 28 -
CMYK 0 0.99 0.87 0.18
HSL 352.68º 0.97% 0.41% -
HSV(B) 352.68º 0.99% 0.82% -
XYZ 26.25 13.56 2.33 -
YUV 67.15 105.92 228.47 -
System Red Green Blue C M Y K H S L
Decimal 208 3 28 0 0.99 0.87 0.18 352.68 0.97 0.41
Hex D0 3 1C 0 63 57 12 161 61 29
Octal 320 3 34 0 143 127 22 541 141 51
Binary 11010000 11 11100 0 1100011 1010111 10010 101100001 1100001 101001

Color Harmonies of #D0031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0031C

Black with #D0031C

Text Example


Text Example

White with #D0031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0031C; }

 p { color: rgb(208,3,28); }

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

background-color css

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

 a { background-color: rgb(208,3,28); }

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

border-color css

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

 span { border-color: rgb(208,3,28); }

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