Html Css Color HEX #D60914 Venetian Red

📋 copy color: '#D60914'

red 214 ◦ green 9 ◦ blue 20

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

Shades of Venetian Red #D60914

Tints of Venetian Red #D60914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.7%

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

R = 88.07%
G = 3.7%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D60914 (or 0xD60914) is known color: Venetian Red. HEX triplet: D6, 09 and 14. RGB value is (214,9,20). Sum of RGB (Red+Green+Blue) = 214+9+20=243 (32% of max value = 765). Red value is 214 (83.98% from 255 or 88.07% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 214 - color contains mainly: red. Hex color #D60914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60914 is #29F6EB. Grayscale: #474747. Windows color (decimal): -2750188 or 1313238. OLE color: 1313238.

HSL color Cylindrical-coordinate representation of color #D60914: hue angle of 356.78º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60914 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 9 20 -
CMYK 0 0.96 0.91 0.16
HSL 356.78º 0.92% 0.44% -
HSV(B) 356.78º 0.96% 0.84% -
XYZ 27.96 14.54 2 -
YUV 71.55 98.92 229.61 -
System Red Green Blue C M Y K H S L
Decimal 214 9 20 0 0.96 0.91 0.16 356.78 0.92 0.44
Hex D6 9 14 0 60 5B 10 165 5C 2C
Octal 326 11 24 0 140 133 20 545 134 54
Binary 11010110 1001 10100 0 1100000 1011011 10000 101100101 1011100 101100

Color Harmonies of #D60914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60914

Black with #D60914

Text Example


Text Example

White with #D60914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60914; }

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

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

background-color css

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

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

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

border-color css

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

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

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