Html Css Color HEX #D50007 Venetian Red

📋 copy color: '#D50007'

red 213 ◦ green 0 ◦ blue 7

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

Shades of Venetian Red #D50007

Tints of Venetian Red #D50007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.18%

R = 96.82%
G = 0%
B = 3.18%

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

#D50007 (or 0xD50007) is known color: Venetian Red. HEX triplet: D5, 00 and 07. RGB value is (213,0,7). Sum of RGB (Red+Green+Blue) = 213+0+7=220 (29% of max value = 765). Red value is 213 (83.59% from 255 or 96.82% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 213 - color contains mainly: red. Hex color #D50007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50007 is #2AFFF8. Grayscale: #404040. Windows color (decimal): -2818041 or 458965. OLE color: 458965.

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

Color convert

RGB 213 0 7 -
CMYK 0 1 0.97 0.16
HSL 358.03º 1% 0.42% -
HSV(B) 358.03º 1% 0.84% -
XYZ 27.48 14.16 1.49 -
YUV 64.49 95.57 233.93 -
System Red Green Blue C M Y K H S L
Decimal 213 0 7 0 1 0.97 0.16 358.03 1 0.42
Hex D5 0 7 0 64 61 10 166 64 2A
Octal 325 0 7 0 144 141 20 546 144 52
Binary 11010101 0 111 0 1100100 1100001 10000 101100110 1100100 101010

Color Harmonies of #D50007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50007

Black with #D50007

Text Example


Text Example

White with #D50007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50007; }

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

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

background-color css

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

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

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

border-color css

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

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

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