Html Css Color HEX #D6051D Venetian Red

📋 copy color: '#D6051D'

red 214 ◦ green 5 ◦ blue 29

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

Shades of Venetian Red #D6051D

Tints of Venetian Red #D6051D

RGB

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

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

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

R = 86.29%
G = 2.02%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6051D (or 0xD6051D) is known color: Venetian Red. HEX triplet: D6, 05 and 1D. RGB value is (214,5,29). Sum of RGB (Red+Green+Blue) = 214+5+29=248 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.29% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 214 - color contains mainly: red. Hex color #D6051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6051D is #29FAE2. Grayscale: #464646. Windows color (decimal): -2751203 or 1902038. OLE color: 1902038.

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

Color convert

RGB 214 5 29 -
CMYK 0 0.98 0.86 0.16
HSL 353.11º 0.95% 0.43% -
HSV(B) 353.11º 0.98% 0.84% -
XYZ 28.01 14.49 2.48 -
YUV 70.23 104.74 230.55 -
System Red Green Blue C M Y K H S L
Decimal 214 5 29 0 0.98 0.86 0.16 353.11 0.95 0.43
Hex D6 5 1D 0 62 56 10 161 5F 2B
Octal 326 5 35 0 142 126 20 541 137 53
Binary 11010110 101 11101 0 1100010 1010110 10000 101100001 1011111 101011

Color Harmonies of #D6051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6051D

Black with #D6051D

Text Example


Text Example

White with #D6051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6051D; }

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

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

background-color css

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

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

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

border-color css

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

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

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