Html Css Color HEX #D6051B Venetian Red

📋 copy color: '#D6051B'

red 214 ◦ green 5 ◦ blue 27

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

Shades of Venetian Red #D6051B

Tints of Venetian Red #D6051B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.03%

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

R = 86.99%
G = 2.03%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6051B (or 0xD6051B) is known color: Venetian Red. HEX triplet: D6, 05 and 1B. RGB value is (214,5,27). Sum of RGB (Red+Green+Blue) = 214+5+27=246 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.99% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 27 (10.94% from 255 or 10.98% from 246); Max value from RGB is 214 - color contains mainly: red. Hex color #D6051B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6051B is #29FAE4. Grayscale: #464646. Windows color (decimal): -2751205 or 1770966. OLE color: 1770966.

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

Color convert

RGB 214 5 27 -
CMYK 0 0.98 0.87 0.16
HSL 353.68º 0.95% 0.43% -
HSV(B) 353.68º 0.98% 0.84% -
XYZ 27.98 14.48 2.36 -
YUV 70 103.74 230.71 -
System Red Green Blue C M Y K H S L
Decimal 214 5 27 0 0.98 0.87 0.16 353.68 0.95 0.43
Hex D6 5 1B 0 62 57 10 162 5F 2B
Octal 326 5 33 0 142 127 20 542 137 53
Binary 11010110 101 11011 0 1100010 1010111 10000 101100010 1011111 101011

Color Harmonies of #D6051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6051B

Black with #D6051B

Text Example


Text Example

White with #D6051B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6051B; }

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

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

background-color css

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

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

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

border-color css

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

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

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