Html Css Color HEX #D6061C Venetian Red

📋 copy color: '#D6061C'

red 214 ◦ green 6 ◦ blue 28

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

Shades of Venetian Red #D6061C

Tints of Venetian Red #D6061C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.42%

 BLUE value IS 28 (11.33% from 255) = 11.29%

R = 86.29%
G = 2.42%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6061C (or 0xD6061C) is known color: Venetian Red. HEX triplet: D6, 06 and 1C. RGB value is (214,6,28). Sum of RGB (Red+Green+Blue) = 214+6+28=248 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.29% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 214 - color contains mainly: red. Hex color #D6061C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6061C is #29F9E3. Grayscale: #464646. Windows color (decimal): -2750948 or 1836758. OLE color: 1836758.

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

Color convert

RGB 214 6 28 -
CMYK 0 0.97 0.87 0.16
HSL 353.65º 0.95% 0.43% -
HSV(B) 353.65º 0.97% 0.84% -
XYZ 28.01 14.51 2.42 -
YUV 70.7 103.91 230.21 -
System Red Green Blue C M Y K H S L
Decimal 214 6 28 0 0.97 0.87 0.16 353.65 0.95 0.43
Hex D6 6 1C 0 61 57 10 162 5F 2B
Octal 326 6 34 0 141 127 20 542 137 53
Binary 11010110 110 11100 0 1100001 1010111 10000 101100010 1011111 101011

Color Harmonies of #D6061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6061C

Black with #D6061C

Text Example


Text Example

White with #D6061C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6061C; }

 p { color: rgb(214,6,28); }

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

background-color css

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

 a { background-color: rgb(214,6,28); }

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

border-color css

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

 span { border-color: rgb(214,6,28); }

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