Html Css Color HEX #D60518 Venetian Red

📋 copy color: '#D60518'

red 214 ◦ green 5 ◦ blue 24

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

Shades of Venetian Red #D60518

Tints of Venetian Red #D60518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.88%

R = 88.07%
G = 2.06%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D60518 (or 0xD60518) is known color: Venetian Red. HEX triplet: D6, 05 and 18. RGB value is (214,5,24). Sum of RGB (Red+Green+Blue) = 214+5+24=243 (32% of max value = 765). Red value is 214 (83.98% from 255 or 88.07% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 214 - color contains mainly: red. Hex color #D60518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60518 is #29FAE7. Grayscale: #454545. Windows color (decimal): -2751208 or 1574358. OLE color: 1574358.

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

Color convert

RGB 214 5 24 -
CMYK 0 0.98 0.89 0.16
HSL 354.55º 0.95% 0.43% -
HSV(B) 354.55º 0.98% 0.84% -
XYZ 27.95 14.47 2.18 -
YUV 69.66 102.24 230.96 -
System Red Green Blue C M Y K H S L
Decimal 214 5 24 0 0.98 0.89 0.16 354.55 0.95 0.43
Hex D6 5 18 0 62 59 10 163 5F 2B
Octal 326 5 30 0 142 131 20 543 137 53
Binary 11010110 101 11000 0 1100010 1011001 10000 101100011 1011111 101011

Color Harmonies of #D60518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60518

Black with #D60518

Text Example


Text Example

White with #D60518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60518; }

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

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

background-color css

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

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

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

border-color css

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

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

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