Html Css Color HEX #D6031B Venetian Red

📋 copy color: '#D6031B'

red 214 ◦ green 3 ◦ blue 27

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

Shades of Venetian Red #D6031B

Tints of Venetian Red #D6031B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.07%

R = 87.7%
G = 1.23%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6031B (or 0xD6031B) is known color: Venetian Red. HEX triplet: D6, 03 and 1B. RGB value is (214,3,27). Sum of RGB (Red+Green+Blue) = 214+3+27=244 (32% of max value = 765). Red value is 214 (83.98% from 255 or 87.70% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 214 - color contains mainly: red. Hex color #D6031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6031B is #29FCE4. Grayscale: #444444. Windows color (decimal): -2751717 or 1770454. OLE color: 1770454.

HSL color Cylindrical-coordinate representation of color #D6031B: hue angle of 353.18º 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 #D6031B is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 3 27 -
CMYK 0 0.99 0.87 0.16
HSL 353.18º 0.97% 0.43% -
HSV(B) 353.18º 0.99% 0.84% -
XYZ 27.96 14.44 2.35 -
YUV 68.83 104.4 231.55 -
System Red Green Blue C M Y K H S L
Decimal 214 3 27 0 0.99 0.87 0.16 353.18 0.97 0.43
Hex D6 3 1B 0 63 57 10 161 61 2B
Octal 326 3 33 0 143 127 20 541 141 53
Binary 11010110 11 11011 0 1100011 1010111 10000 101100001 1100001 101011

Color Harmonies of #D6031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6031B

Black with #D6031B

Text Example


Text Example

White with #D6031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6031B; }

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

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

background-color css

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

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

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

border-color css

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

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

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