Html Css Color HEX #D60005 Venetian Red

📋 copy color: '#D60005'

red 214 ◦ green 0 ◦ blue 5

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

Shades of Venetian Red #D60005

Tints of Venetian Red #D60005

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 5 (2.34% from 255) = 2.28%

R = 97.72%
G = 0%
B = 2.28%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D60005 (or 0xD60005) is known color: Venetian Red. HEX triplet: D6, 00 and 05. RGB value is (214,0,5). Sum of RGB (Red+Green+Blue) = 214+0+5=219 (29% of max value = 765). Red value is 214 (83.98% from 255 or 97.72% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 214 - color contains mainly: red. Hex color #D60005 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60005 is #29FFFA. Grayscale: #404040. Windows color (decimal): -2752507 or 327894. OLE color: 327894.

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

Color convert

RGB 214 0 5 -
CMYK 0 1 0.98 0.16
HSL 358.6º 1% 0.42% -
HSV(B) 358.6º 1% 0.84% -
XYZ 27.76 14.31 1.44 -
YUV 64.56 94.4 234.59 -
System Red Green Blue C M Y K H S L
Decimal 214 0 5 0 1 0.98 0.16 358.6 1 0.42
Hex D6 0 5 0 64 62 10 167 64 2A
Octal 326 0 5 0 144 142 20 547 144 52
Binary 11010110 0 101 0 1100100 1100010 10000 101100111 1100100 101010

Color Harmonies of #D60005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60005

Black with #D60005

Text Example


Text Example

White with #D60005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60005; }

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

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

background-color css

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

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

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

border-color css

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

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

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