Html Css Color HEX #D60206 Venetian Red

📋 copy color: '#D60206'

red 214 ◦ green 2 ◦ blue 6

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

Shades of Venetian Red #D60206

Tints of Venetian Red #D60206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.7%

R = 96.4%
G = 0.9%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D60206 (or 0xD60206) is known color: Venetian Red. HEX triplet: D6, 02 and 06. RGB value is (214,2,6). Sum of RGB (Red+Green+Blue) = 214+2+6=222 (29% of max value = 765). Red value is 214 (83.98% from 255 or 96.40% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 214 - color contains mainly: red. Hex color #D60206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60206 is #29FDF9. Grayscale: #424242. Windows color (decimal): -2751994 or 393942. OLE color: 393942.

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

Color convert

RGB 214 2 6 -
CMYK 0 0.99 0.97 0.16
HSL 358.87º 0.98% 0.42% -
HSV(B) 358.87º 0.99% 0.84% -
XYZ 27.79 14.35 1.48 -
YUV 65.84 94.24 233.67 -
System Red Green Blue C M Y K H S L
Decimal 214 2 6 0 0.99 0.97 0.16 358.87 0.98 0.42
Hex D6 2 6 0 63 61 10 167 62 2A
Octal 326 2 6 0 143 141 20 547 142 52
Binary 11010110 10 110 0 1100011 1100001 10000 101100111 1100010 101010

Color Harmonies of #D60206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60206

Black with #D60206

Text Example


Text Example

White with #D60206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60206; }

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

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

background-color css

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

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

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

border-color css

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

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

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