Html Css Color HEX #D60714 Venetian Red

📋 copy color: '#D60714'

red 214 ◦ green 7 ◦ blue 20

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

Shades of Venetian Red #D60714

Tints of Venetian Red #D60714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.3%

R = 88.8%
G = 2.9%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D60714 (or 0xD60714) is known color: Venetian Red. HEX triplet: D6, 07 and 14. RGB value is (214,7,20). Sum of RGB (Red+Green+Blue) = 214+7+20=241 (31% of max value = 765). Red value is 214 (83.98% from 255 or 88.80% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 214 - color contains mainly: red. Hex color #D60714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60714 is #29F8EB. Grayscale: #464646. Windows color (decimal): -2750700 or 1312726. OLE color: 1312726.

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

Color convert

RGB 214 7 20 -
CMYK 0 0.97 0.91 0.16
HSL 356.23º 0.94% 0.43% -
HSV(B) 356.23º 0.97% 0.84% -
XYZ 27.93 14.5 1.99 -
YUV 70.38 99.58 230.44 -
System Red Green Blue C M Y K H S L
Decimal 214 7 20 0 0.97 0.91 0.16 356.23 0.94 0.43
Hex D6 7 14 0 61 5B 10 164 5E 2B
Octal 326 7 24 0 141 133 20 544 136 53
Binary 11010110 111 10100 0 1100001 1011011 10000 101100100 1011110 101011

Color Harmonies of #D60714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60714

Black with #D60714

Text Example


Text Example

White with #D60714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60714; }

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

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

background-color css

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

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

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

border-color css

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

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

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