Html Css Color HEX #D60114 Venetian Red

📋 copy color: '#D60114'

red 214 ◦ green 1 ◦ blue 20

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

Shades of Venetian Red #D60114

Tints of Venetian Red #D60114

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 91.06%
G = 0.43%
B = 8.51%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D60114 (or 0xD60114) is known color: Venetian Red. HEX triplet: D6, 01 and 14. RGB value is (214,1,20). Sum of RGB (Red+Green+Blue) = 214+1+20=235 (31% of max value = 765). Red value is 214 (83.98% from 255 or 91.06% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 214 - color contains mainly: red. Hex color #D60114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60114 is #29FEEB. Grayscale: #424242. Windows color (decimal): -2752236 or 1311190. OLE color: 1311190.

HSL color Cylindrical-coordinate representation of color #D60114: hue angle of 354.65º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60114 is Cyan = 0, Magento = 1.00, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 1 20 -
CMYK 0 1.00 0.91 0.16
HSL 354.65º 0.99% 0.42% -
HSV(B) 354.65º 1% 0.84% -
XYZ 27.87 14.37 1.97 -
YUV 66.85 101.57 232.96 -
System Red Green Blue C M Y K H S L
Decimal 214 1 20 0 1.00 0.91 0.16 354.65 0.99 0.42
Hex D6 1 14 0 64 5B 10 163 63 2A
Octal 326 1 24 0 144 133 20 543 143 52
Binary 11010110 1 10100 0 1100100 1011011 10000 101100011 1100011 101010

Color Harmonies of #D60114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60114

Black with #D60114

Text Example


Text Example

White with #D60114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60114; }

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

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

background-color css

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

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

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

border-color css

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

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

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