Html Css Color HEX #D60519 Venetian Red

📋 copy color: '#D60519'

red 214 ◦ green 5 ◦ blue 25

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

Shades of Venetian Red #D60519

Tints of Venetian Red #D60519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.05%

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

R = 87.7%
G = 2.05%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D60519 (or 0xD60519) is known color: Venetian Red. HEX triplet: D6, 05 and 19. RGB value is (214,5,25). Sum of RGB (Red+Green+Blue) = 214+5+25=244 (32% of max value = 765). Red value is 214 (83.98% from 255 or 87.70% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 214 - color contains mainly: red. Hex color #D60519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60519 is #29FAE6. Grayscale: #454545. Windows color (decimal): -2751207 or 1639894. OLE color: 1639894.

HSL color Cylindrical-coordinate representation of color #D60519: hue angle of 354.26º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D60519 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 5 25 -
CMYK 0 0.98 0.88 0.16
HSL 354.26º 0.95% 0.43% -
HSV(B) 354.26º 0.98% 0.84% -
XYZ 27.96 14.47 2.24 -
YUV 69.77 102.74 230.87 -
System Red Green Blue C M Y K H S L
Decimal 214 5 25 0 0.98 0.88 0.16 354.26 0.95 0.43
Hex D6 5 19 0 62 58 10 162 5F 2B
Octal 326 5 31 0 142 130 20 542 137 53
Binary 11010110 101 11001 0 1100010 1011000 10000 101100010 1011111 101011

Color Harmonies of #D60519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60519

Black with #D60519

Text Example


Text Example

White with #D60519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60519; }

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

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

background-color css

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

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

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

border-color css

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

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

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