Html Css Color HEX #D50006 Venetian Red

📋 copy color: '#D50006'

red 213 ◦ green 0 ◦ blue 6

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

Shades of Venetian Red #D50006

Tints of Venetian Red #D50006

RGB

 RED value IS 213 (83.59% from 255) = 97.26%

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

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

R = 97.26%
G = 0%
B = 2.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D50006 (or 0xD50006) is known color: Venetian Red. HEX triplet: D5, 00 and 06. RGB value is (213,0,6). Sum of RGB (Red+Green+Blue) = 213+0+6=219 (29% of max value = 765). Red value is 213 (83.59% from 255 or 97.26% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 213 - color contains mainly: red. Hex color #D50006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50006 is #2AFFF9. Grayscale: #404040. Windows color (decimal): -2818042 or 393429. OLE color: 393429.

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

Color convert

RGB 213 0 6 -
CMYK 0 1 0.97 0.16
HSL 358.31º 1% 0.42% -
HSV(B) 358.31º 1% 0.84% -
XYZ 27.47 14.16 1.46 -
YUV 64.37 95.07 234.01 -
System Red Green Blue C M Y K H S L
Decimal 213 0 6 0 1 0.97 0.16 358.31 1 0.42
Hex D5 0 6 0 64 61 10 166 64 2A
Octal 325 0 6 0 144 141 20 546 144 52
Binary 11010101 0 110 0 1100100 1100001 10000 101100110 1100100 101010

Color Harmonies of #D50006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50006

Black with #D50006

Text Example


Text Example

White with #D50006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50006; }

 p { color: rgb(213,0,6); }

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

background-color css

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

 a { background-color: rgb(213,0,6); }

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

border-color css

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

 span { border-color: rgb(213,0,6); }

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