Html Css Color HEX #D60607 Venetian Red

📋 copy color: '#D60607'

red 214 ◦ green 6 ◦ blue 7

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

Shades of Venetian Red #D60607

Tints of Venetian Red #D60607

RGB

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

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

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

R = 94.27%
G = 2.64%
B = 3.08%

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

#D60607 (or 0xD60607) is known color: Venetian Red. HEX triplet: D6, 06 and 07. RGB value is (214,6,7). Sum of RGB (Red+Green+Blue) = 214+6+7=227 (30% of max value = 765). Red value is 214 (83.98% from 255 or 94.27% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 214 - color contains mainly: red. Hex color #D60607 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60607 is #29F9F8. Grayscale: #444444. Windows color (decimal): -2750969 or 460502. OLE color: 460502.

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

Color convert

RGB 214 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.84 14.44 1.52 -
YUV 68.31 93.41 231.92 -
System Red Green Blue C M Y K H S L
Decimal 214 6 7 0 0.97 0.97 0.16 359.71 0.95 0.43
Hex D6 6 7 0 61 61 10 168 5F 2B
Octal 326 6 7 0 141 141 20 550 137 53
Binary 11010110 110 111 0 1100001 1100001 10000 101101000 1011111 101011

Color Harmonies of #D60607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60607

Black with #D60607

Text Example


Text Example

White with #D60607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60607; }

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

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

background-color css

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

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

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

border-color css

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

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

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