Html Css Color HEX #D50607 Venetian Red

📋 copy color: '#D50607'

red 213 ◦ green 6 ◦ blue 7

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

Shades of Venetian Red #D50607

Tints of Venetian Red #D50607

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.65%

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

R = 94.25%
G = 2.65%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D50607 (or 0xD50607) is known color: Venetian Red. HEX triplet: D5, 06 and 07. RGB value is (213,6,7). Sum of RGB (Red+Green+Blue) = 213+6+7=226 (29% of max value = 765). Red value is 213 (83.59% from 255 or 94.25% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 213 - color contains mainly: red. Hex color #D50607 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50607 is #2AF9F8. Grayscale: #444444. Windows color (decimal): -2816505 or 460501. OLE color: 460501.

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

Color convert

RGB 213 6 7 -
CMYK 0 0.97 0.97 0.16
HSL 359.71º 0.95% 0.43% -
HSV(B) 359.71º 0.97% 0.84% -
XYZ 27.54 14.29 1.51 -
YUV 68.01 93.58 231.42 -
System Red Green Blue C M Y K H S L
Decimal 213 6 7 0 0.97 0.97 0.16 359.71 0.95 0.43
Hex D5 6 7 0 61 61 10 168 5F 2B
Octal 325 6 7 0 141 141 20 550 137 53
Binary 11010101 110 111 0 1100001 1100001 10000 101101000 1011111 101011

Color Harmonies of #D50607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50607

Black with #D50607

Text Example


Text Example

White with #D50607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50607; }

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

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

background-color css

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

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

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

border-color css

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

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

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