Html Css Color HEX #D50207 Venetian Red

📋 copy color: '#D50207'

red 213 ◦ green 2 ◦ blue 7

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

Shades of Venetian Red #D50207

Tints of Venetian Red #D50207

RGB

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

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

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

R = 95.95%
G = 0.9%
B = 3.15%

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

#D50207 (or 0xD50207) is known color: Venetian Red. HEX triplet: D5, 02 and 07. RGB value is (213,2,7). Sum of RGB (Red+Green+Blue) = 213+2+7=222 (29% of max value = 765). Red value is 213 (83.59% from 255 or 95.95% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 213 - color contains mainly: red. Hex color #D50207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50207 is #2AFDF8. Grayscale: #414141. Windows color (decimal): -2817529 or 459477. OLE color: 459477.

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

Color convert

RGB 213 2 7 -
CMYK 0 0.99 0.97 0.16
HSL 358.58º 0.98% 0.42% -
HSV(B) 358.58º 0.99% 0.84% -
XYZ 27.5 14.2 1.49 -
YUV 65.66 94.9 233.09 -
System Red Green Blue C M Y K H S L
Decimal 213 2 7 0 0.99 0.97 0.16 358.58 0.98 0.42
Hex D5 2 7 0 63 61 10 167 62 2A
Octal 325 2 7 0 143 141 20 547 142 52
Binary 11010101 10 111 0 1100011 1100001 10000 101100111 1100010 101010

Color Harmonies of #D50207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50207

Black with #D50207

Text Example


Text Example

White with #D50207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50207; }

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

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

background-color css

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

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

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

border-color css

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

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

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