Html Css Color HEX #D6031D Venetian Red

📋 copy color: '#D6031D'

red 214 ◦ green 3 ◦ blue 29

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

Shades of Venetian Red #D6031D

Tints of Venetian Red #D6031D

RGB

 RED value IS 214 (83.98% from 255) = 86.99%

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

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

R = 86.99%
G = 1.22%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6031D (or 0xD6031D) is known color: Venetian Red. HEX triplet: D6, 03 and 1D. RGB value is (214,3,29). Sum of RGB (Red+Green+Blue) = 214+3+29=246 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.99% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 214 - color contains mainly: red. Hex color #D6031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6031D is #29FCE2. Grayscale: #454545. Windows color (decimal): -2751715 or 1901526. OLE color: 1901526.

HSL color Cylindrical-coordinate representation of color #D6031D: hue angle of 352.61º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6031D is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 3 29 -
CMYK 0 0.99 0.86 0.16
HSL 352.61º 0.97% 0.43% -
HSV(B) 352.61º 0.99% 0.84% -
XYZ 27.99 14.45 2.48 -
YUV 69.05 105.4 231.39 -
System Red Green Blue C M Y K H S L
Decimal 214 3 29 0 0.99 0.86 0.16 352.61 0.97 0.43
Hex D6 3 1D 0 63 56 10 161 61 2B
Octal 326 3 35 0 143 126 20 541 141 53
Binary 11010110 11 11101 0 1100011 1010110 10000 101100001 1100001 101011

Color Harmonies of #D6031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6031D

Black with #D6031D

Text Example


Text Example

White with #D6031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6031D; }

 p { color: rgb(214,3,29); }

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

background-color css

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

 a { background-color: rgb(214,3,29); }

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

border-color css

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

 span { border-color: rgb(214,3,29); }

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