Html Css Color HEX #D60119 Venetian Red

📋 copy color: '#D60119'

red 214 ◦ green 1 ◦ blue 25

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

Shades of Venetian Red #D60119

Tints of Venetian Red #D60119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.42%

R = 89.17%
G = 0.42%
B = 10.42%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D60119 (or 0xD60119) is known color: Venetian Red. HEX triplet: D6, 01 and 19. RGB value is (214,1,25). Sum of RGB (Red+Green+Blue) = 214+1+25=240 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.17% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 214 - color contains mainly: red. Hex color #D60119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60119 is #29FEE6. Grayscale: #434343. Windows color (decimal): -2752231 or 1638870. OLE color: 1638870.

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

Color convert

RGB 214 1 25 -
CMYK 0 1.00 0.88 0.16
HSL 353.24º 0.99% 0.42% -
HSV(B) 353.24º 1% 0.84% -
XYZ 27.92 14.39 2.23 -
YUV 67.42 104.07 232.55 -
System Red Green Blue C M Y K H S L
Decimal 214 1 25 0 1.00 0.88 0.16 353.24 0.99 0.42
Hex D6 1 19 0 64 58 10 161 63 2A
Octal 326 1 31 0 144 130 20 541 143 52
Binary 11010110 1 11001 0 1100100 1011000 10000 101100001 1100011 101010

Color Harmonies of #D60119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60119

Black with #D60119

Text Example


Text Example

White with #D60119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60119; }

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

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

background-color css

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

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

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

border-color css

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

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

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