Html Css Color HEX #D6051A Venetian Red

📋 copy color: '#D6051A'

red 214 ◦ green 5 ◦ blue 26

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

Shades of Venetian Red #D6051A

Tints of Venetian Red #D6051A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.61%

R = 87.35%
G = 2.04%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6051A (or 0xD6051A) is known color: Venetian Red. HEX triplet: D6, 05 and 1A. RGB value is (214,5,26). Sum of RGB (Red+Green+Blue) = 214+5+26=245 (32% of max value = 765). Red value is 214 (83.98% from 255 or 87.35% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 214 - color contains mainly: red. Hex color #D6051A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6051A is #29FAE5. Grayscale: #464646. Windows color (decimal): -2751206 or 1705430. OLE color: 1705430.

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

Color convert

RGB 214 5 26 -
CMYK 0 0.98 0.88 0.16
HSL 353.97º 0.95% 0.43% -
HSV(B) 353.97º 0.98% 0.84% -
XYZ 27.97 14.48 2.3 -
YUV 69.89 103.24 230.79 -
System Red Green Blue C M Y K H S L
Decimal 214 5 26 0 0.98 0.88 0.16 353.97 0.95 0.43
Hex D6 5 1A 0 62 58 10 162 5F 2B
Octal 326 5 32 0 142 130 20 542 137 53
Binary 11010110 101 11010 0 1100010 1011000 10000 101100010 1011111 101011

Color Harmonies of #D6051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6051A

Black with #D6051A

Text Example


Text Example

White with #D6051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6051A; }

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

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

background-color css

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

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

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

border-color css

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

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

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