Html Css Color HEX #D6051F Venetian Red

📋 copy color: '#D6051F'

red 214 ◦ green 5 ◦ blue 31

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

Shades of Venetian Red #D6051F

Tints of Venetian Red #D6051F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.4%

R = 85.6%
G = 2%
B = 12.4%

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

#D6051F (or 0xD6051F) is known color: Venetian Red. HEX triplet: D6, 05 and 1F. RGB value is (214,5,31). Sum of RGB (Red+Green+Blue) = 214+5+31=250 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.6% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 214 - color contains mainly: red. Hex color #D6051F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6051F is #29FAE0. Grayscale: #464646. Windows color (decimal): -2751201 or 2033110. OLE color: 2033110.

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

Color convert

RGB 214 5 31 -
CMYK 0 0.98 0.86 0.16
HSL 352.54º 0.95% 0.43% -
HSV(B) 352.54º 0.98% 0.84% -
XYZ 28.03 14.5 2.62 -
YUV 70.46 105.74 230.39 -
System Red Green Blue C M Y K H S L
Decimal 214 5 31 0 0.98 0.86 0.16 352.54 0.95 0.43
Hex D6 5 1F 0 62 56 10 161 5F 2B
Octal 326 5 37 0 142 126 20 541 137 53
Binary 11010110 101 11111 0 1100010 1010110 10000 101100001 1011111 101011

Color Harmonies of #D6051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6051F

Black with #D6051F

Text Example


Text Example

White with #D6051F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6051F; }

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

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

background-color css

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

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

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

border-color css

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

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

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