Html Css Color HEX #D60712 Venetian Red

📋 copy color: '#D60712'

red 214 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #D60712

Tints of Venetian Red #D60712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.93%

 BLUE value IS 18 (7.42% from 255) = 7.53%

R = 89.54%
G = 2.93%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D60712 (or 0xD60712) is known color: Venetian Red. HEX triplet: D6, 07 and 12. RGB value is (214,7,18). Sum of RGB (Red+Green+Blue) = 214+7+18=239 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.54% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 214 - color contains mainly: red. Hex color #D60712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60712 is #29F8ED. Grayscale: #464646. Windows color (decimal): -2750702 or 1181654. OLE color: 1181654.

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

Color convert

RGB 214 7 18 -
CMYK 0 0.97 0.92 0.16
HSL 356.81º 0.94% 0.43% -
HSV(B) 356.81º 0.97% 0.84% -
XYZ 27.92 14.49 1.9 -
YUV 70.15 98.58 230.61 -
System Red Green Blue C M Y K H S L
Decimal 214 7 18 0 0.97 0.92 0.16 356.81 0.94 0.43
Hex D6 7 12 0 61 5C 10 165 5E 2B
Octal 326 7 22 0 141 134 20 545 136 53
Binary 11010110 111 10010 0 1100001 1011100 10000 101100101 1011110 101011

Color Harmonies of #D60712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60712

Black with #D60712

Text Example


Text Example

White with #D60712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60712; }

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

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

background-color css

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

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

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

border-color css

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

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

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