Html Css Color HEX #D60919 Venetian Red

📋 copy color: '#D60919'

red 214 ◦ green 9 ◦ blue 25

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

Shades of Venetian Red #D60919

Tints of Venetian Red #D60919

RGB

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

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

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

R = 86.29%
G = 3.63%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D60919 (or 0xD60919) is known color: Venetian Red. HEX triplet: D6, 09 and 19. RGB value is (214,9,25). Sum of RGB (Red+Green+Blue) = 214+9+25=248 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.29% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 214 - color contains mainly: red. Hex color #D60919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60919 is #29F6E6. Grayscale: #484848. Windows color (decimal): -2750183 or 1640918. OLE color: 1640918.

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

Color convert

RGB 214 9 25 -
CMYK 0 0.96 0.88 0.16
HSL 355.32º 0.92% 0.44% -
HSV(B) 355.32º 0.96% 0.84% -
XYZ 28 14.56 2.25 -
YUV 72.12 101.42 229.2 -
System Red Green Blue C M Y K H S L
Decimal 214 9 25 0 0.96 0.88 0.16 355.32 0.92 0.44
Hex D6 9 19 0 60 58 10 163 5C 2C
Octal 326 11 31 0 140 130 20 543 134 54
Binary 11010110 1001 11001 0 1100000 1011000 10000 101100011 1011100 101100

Color Harmonies of #D60919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60919

Black with #D60919

Text Example


Text Example

White with #D60919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60919; }

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

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

background-color css

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

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

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

border-color css

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

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

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