Html Css Color HEX #D6021F Venetian Red

📋 copy color: '#D6021F'

red 214 ◦ green 2 ◦ blue 31

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

Shades of Venetian Red #D6021F

Tints of Venetian Red #D6021F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 86.64%
G = 0.81%
B = 12.55%

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

#D6021F (or 0xD6021F) is known color: Venetian Red. HEX triplet: D6, 02 and 1F. RGB value is (214,2,31). Sum of RGB (Red+Green+Blue) = 214+2+31=247 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.64% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 214 - color contains mainly: red. Hex color #D6021F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6021F is #29FDE0. Grayscale: #444444. Windows color (decimal): -2751969 or 2032342. OLE color: 2032342.

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

Color convert

RGB 214 2 31 -
CMYK 0 0.99 0.86 0.16
HSL 351.79º 0.98% 0.42% -
HSV(B) 351.79º 0.99% 0.84% -
XYZ 28 14.44 2.61 -
YUV 68.69 106.74 231.64 -
System Red Green Blue C M Y K H S L
Decimal 214 2 31 0 0.99 0.86 0.16 351.79 0.98 0.42
Hex D6 2 1F 0 63 56 10 160 62 2A
Octal 326 2 37 0 143 126 20 540 142 52
Binary 11010110 10 11111 0 1100011 1010110 10000 101100000 1100010 101010

Color Harmonies of #D6021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6021F

Black with #D6021F

Text Example


Text Example

White with #D6021F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6021F; }

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

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

background-color css

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

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

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

border-color css

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

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

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